File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
components/bottomSheetScrollable Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 11export { createBottomSheetScrollableComponent } from './createBottomSheetScrollableComponent' ;
22export { default as BottomSheetSectionList } from './BottomSheetSectionList' ;
3- export { default as BottomSheetFlashList } from './BottomSheetFlashList' ;
43export { default as BottomSheetFlatList } from './BottomSheetFlatList' ;
54export { default as BottomSheetScrollView } from './BottomSheetScrollView' ;
65export { default as BottomSheetVirtualizedList } from './BottomSheetVirtualizedList' ;
76
87export type {
9- BottomSheetFlashListMethods ,
108 BottomSheetFlatListMethods ,
119 BottomSheetScrollViewMethods ,
1210 BottomSheetSectionListMethods ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ export { useScrollableSetter } from './hooks/useScrollableSetter';
2424export {
2525 BottomSheetScrollView ,
2626 BottomSheetSectionList ,
27- BottomSheetFlashList ,
2827 BottomSheetFlatList ,
2928 BottomSheetVirtualizedList ,
3029} from './components/bottomSheetScrollable' ;
@@ -56,7 +55,6 @@ export type { BottomSheetBackdropProps } from './components/bottomSheetBackdrop'
5655export type { BottomSheetFooterProps } from './components/bottomSheetFooter' ;
5756
5857export type {
59- BottomSheetFlashListMethods ,
6058 BottomSheetFlatListMethods ,
6159 BottomSheetScrollViewMethods ,
6260 BottomSheetSectionListMethods ,
You can’t perform that action at this time.
0 commit comments