Skip to content

Commit

Permalink
💫 Update: Library Exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Sep 25, 2024
1 parent 2f9cf9e commit f5629d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/components/ModalSheetView/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@


export * from './ModalSheetView';
export * from './ModalSheetViewContent';

export type * from './ModalSheetViewTypes';
export type * from './ModalSheetViewContentTypes';
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// TEMP
export * from './native_components/RNIModalView';

export * from './components/ModalSheetView';

0 comments on commit f5629d4

Please sign in to comment.