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.ts13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/bottom-sheet/index.ts b/modules/bottom-sheet/index.ts
new file mode 100644
index 000000000..1fe3dac0e
--- /dev/null
+++ b/modules/bottom-sheet/index.ts
@@ -0,0 +1,13 @@
+import {BottomSheet} from './src/BottomSheet'
+import {
+  BottomSheetSnapPoint,
+  BottomSheetState,
+  BottomSheetViewProps,
+} from './src/BottomSheet.types'
+
+export {
+  BottomSheet,
+  BottomSheetSnapPoint,
+  type BottomSheetState,
+  type BottomSheetViewProps,
+}