Skip to content

Commit 5c45335

Browse files
committed
Export biglist props interface.
1 parent dcf6291 commit 5c45335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export type BigListRenderItem<ItemT> = (
2222
info: BigListRenderItemInfo<ItemT>,
2323
) => React.ReactElement | null;
2424

25-
interface BigListProps<ItemT>
25+
export interface BigListProps<ItemT>
2626
extends ScrollViewProps,
2727
Pick<
2828
FlatListProps<ItemT>,

0 commit comments

Comments
 (0)