We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c54649 commit b277633Copy full SHA for b277633
1 file changed
typings/index.d.ts
@@ -678,10 +678,11 @@ export interface UseMultipleSelectionActions<Item> {
678
setActiveIndex: (index: number) => void
679
}
680
681
-export type UseMultipleSelectionReturnValue<Item> =
682
- UseMultipleSelectionState<Item> &
683
- UseMultipleSelectionPropGetters<Item> &
684
- UseMultipleSelectionActions<Item>
+export type UseMultipleSelectionReturnValue<
+ Item
+> = UseMultipleSelectionState<Item> &
+ UseMultipleSelectionPropGetters<Item> &
685
+ UseMultipleSelectionActions<Item>
686
687
export interface UseMultipleSelectionInterface {
688
<Item>(
0 commit comments