We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d5ae5 commit ec50638Copy full SHA for ec50638
generatedTypes/hooks/useScrollToItem/index.d.ts
@@ -44,7 +44,7 @@ export declare type ScrollToItemResultProps<T extends ScrollToSupportedViews> =
44
*/
45
itemsWidths: number[];
46
/**
47
- * Use in order to focus the item with the specified index
+ * Use in order to focus the item with the specified index (use when the selectedIndex is not changed)
48
49
focusIndex: (index: number, animated?: boolean) => void;
50
};
0 commit comments