Skip to content

Commit 71674b9

Browse files
committed
Sort
1 parent 772191b commit 71674b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/component/src/providers/ActivityLogicalGrouping/private/ActivityLogicalGroupingContext.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ type GroupState = Readonly<{
55
}>;
66

77
type LogicalGrouping = Readonly<{
8-
key: string;
98
activityKeys: string[];
109
getGroupState?: () => GroupState;
10+
key: string;
1111
}>;
1212

1313
type ActivityLogicalGroupingContextType = Readonly<{
@@ -26,6 +26,6 @@ export default contextComponentType;
2626
export {
2727
useContext as useActivityLogicalGroupingContext,
2828
type ActivityLogicalGroupingContextType,
29-
type LogicalGrouping,
30-
type GroupState
29+
type GroupState,
30+
type LogicalGrouping
3131
};

0 commit comments

Comments
 (0)