Skip to content

Commit e38ae8b

Browse files
committed
Update generate types
1 parent 5b49d81 commit e38ae8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generatedTypes/components/scrollBar/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ declare const Item: {
8484
displayName: string;
8585
};
8686
declare const _default: React.ComponentClass<ScrollBarProps & {
87+
/**
88+
* Whether to use a FlatList. NOTE: you must pass 'data' and 'renderItem' props as well
89+
*/
8790
useCustomTheme?: boolean | undefined;
8891
}, any> & typeof ScrollBar;
8992
export default _default;

0 commit comments

Comments
 (0)