File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
" prettier --write"
37
37
]
38
38
},
39
- "version" : " 3.3.8-alpha.9 " ,
39
+ "version" : " 3.3.8-alpha.10 " ,
40
40
"license" : " MIT" ,
41
41
"private" : false ,
42
42
"main" : " lib/commonjs/index" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export interface InterfaceFlatListProps<ItemT>
9
9
/**
10
10
* pass props to contentContainerStyle, and this also resolved NB tokens.
11
11
*/
12
- _contentContainerStyle ?: IFlatListProps < ItemT > ;
12
+ _contentContainerStyle ?: Partial < IFlatListProps < ItemT > > ;
13
13
}
14
14
15
15
export type IFlatListProps < ItemT > =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export interface InterfaceScrollViewProps
12
12
/**
13
13
* pass props to contentContainerStyle, and this also resolved NB tokens.
14
14
*/
15
- _contentContainerStyle ?: IScrollViewProps ;
15
+ _contentContainerStyle ?: Partial < IScrollViewProps > ;
16
16
}
17
17
18
18
export type IScrollViewProps =
You can’t perform that action at this time.
0 commit comments