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.
2 parents 0f237af + 21f5fb3 commit 074f011Copy full SHA for 074f011
src/components/basic/FlatList/types.ts
@@ -9,7 +9,7 @@ export interface InterfaceFlatListProps<ItemT>
9
/**
10
* pass props to contentContainerStyle, and this also resolved NB tokens.
11
*/
12
- _contentContainerStyle?: IFlatListProps<ItemT>;
+ _contentContainerStyle?: Partial<IFlatListProps<ItemT>>;
13
}
14
15
export type IFlatListProps<ItemT> =
src/components/basic/ScrollView/types.ts
@@ -12,7 +12,7 @@ export interface InterfaceScrollViewProps
- _contentContainerStyle?: IScrollViewProps;
+ _contentContainerStyle?: Partial<IScrollViewProps>;
16
17
18
export type IScrollViewProps =
0 commit comments