Skip to content

Commit

Permalink
chore: export internal hook and type
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jul 10, 2022
1 parent 1429ed0 commit a3ae54d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/bottomSheetScrollable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export type {
BottomSheetScrollViewMethods,
BottomSheetSectionListMethods,
BottomSheetVirtualizedListMethods,
BottomSheetScrollableProps,
} from './types';
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export { useScrollEventsHandlersDefault } from './hooks/useScrollEventsHandlersD
export { useGestureEventsHandlersDefault } from './hooks/useGestureEventsHandlersDefault';
export { useBottomSheetGestureHandlers } from './hooks/useBottomSheetGestureHandlers';
export { useScrollHandler } from './hooks/useScrollHandler';
export { useScrollableSetter } from './hooks/useScrollableSetter';
//#endregion

//#region components
Expand Down Expand Up @@ -58,6 +59,7 @@ export type {
BottomSheetScrollViewMethods,
BottomSheetSectionListMethods,
BottomSheetVirtualizedListMethods,
BottomSheetScrollableProps,
} from './components/bottomSheetScrollable';

export type {
Expand Down

0 comments on commit a3ae54d

Please sign in to comment.