From 85658e9fff45338b2812c82c4d6b92ec652a3a20 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Fri, 27 Sep 2024 18:10:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AB=20Update:=20Library=20Exports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 6 ++++++ src/index.tsx | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 src/index.ts delete mode 100644 src/index.tsx diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 00000000..c349ae49 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,6 @@ + +export * from './components/ModalSheetView'; + +export type * from './types/ModalViewControllerMetrics'; +export type * from './types/PresentationControllerMetrics'; +export type * from './types/ModalMetrics'; \ No newline at end of file diff --git a/src/index.tsx b/src/index.tsx deleted file mode 100644 index f5b1e4b6..00000000 --- a/src/index.tsx +++ /dev/null @@ -1,2 +0,0 @@ - -export * from './components/ModalSheetView';