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 a8e7c7b commit 21f5fb3Copy full SHA for 21f5fb3
src/components/basic/FlatList/types.ts
@@ -9,5 +9,5 @@ export interface IFlatListProps<ItemT>
9
/**
10
* pass props to contentContainerStyle, and this also resolved NB tokens.
11
*/
12
- _contentContainerStyle?: IFlatListProps<ItemT>;
+ _contentContainerStyle?: Partial<IFlatListProps<ItemT>>;
13
}
src/components/basic/ScrollView/types.ts
@@ -12,5 +12,5 @@ export interface IScrollViewProps
14
15
- _contentContainerStyle?: IScrollViewProps;
+ _contentContainerStyle?: Partial<IScrollViewProps>;
16
0 commit comments