about summary refs log tree commit diff
path: root/modules/bottom-sheet/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bottom-sheet/index.ts')
-rw-r--r--modules/bottom-sheet/index.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/bottom-sheet/index.ts b/modules/bottom-sheet/index.ts
index 1fe3dac0e..4009f2ab2 100644
--- a/modules/bottom-sheet/index.ts
+++ b/modules/bottom-sheet/index.ts
@@ -4,9 +4,19 @@ import {
   BottomSheetState,
   BottomSheetViewProps,
 } from './src/BottomSheet.types'
+import {BottomSheetNativeComponent} from './src/BottomSheetNativeComponent'
+import {
+  BottomSheetOutlet,
+  BottomSheetPortalProvider,
+  BottomSheetProvider,
+} from './src/BottomSheetPortal'
 
 export {
   BottomSheet,
+  BottomSheetNativeComponent,
+  BottomSheetOutlet,
+  BottomSheetPortalProvider,
+  BottomSheetProvider,
   BottomSheetSnapPoint,
   type BottomSheetState,
   type BottomSheetViewProps,