Skip to content

Commit ec50638

Browse files
committed
Update generate types
1 parent e3d5ae5 commit ec50638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generatedTypes/hooks/useScrollToItem/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export declare type ScrollToItemResultProps<T extends ScrollToSupportedViews> =
4444
*/
4545
itemsWidths: number[];
4646
/**
47-
* Use in order to focus the item with the specified index
47+
* Use in order to focus the item with the specified index (use when the selectedIndex is not changed)
4848
*/
4949
focusIndex: (index: number, animated?: boolean) => void;
5050
};

0 commit comments

Comments
 (0)