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';