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 5b49d81 commit e38ae8bCopy full SHA for e38ae8b
generatedTypes/components/scrollBar/index.d.ts
@@ -84,6 +84,9 @@ declare const Item: {
84
displayName: string;
85
};
86
declare const _default: React.ComponentClass<ScrollBarProps & {
87
+ /**
88
+ * Whether to use a FlatList. NOTE: you must pass 'data' and 'renderItem' props as well
89
+ */
90
useCustomTheme?: boolean | undefined;
91
}, any> & typeof ScrollBar;
92
export default _default;
0 commit comments