Initial commit: expo-popcore-app
This commit is contained in:
8
components/ui/index.ts
Normal file
8
components/ui/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export { default as Block } from './Block'
|
||||
export { default as Text } from './Text'
|
||||
export { default as Img } from './Img'
|
||||
export { default as ModalPortal } from './ModalPortal'
|
||||
export { default as Toast } from './Toast'
|
||||
export { default as StartGeneratingNotification } from './notifications/StartGeneratingNotification'
|
||||
export { default as Dropdown } from './dropdown'
|
||||
export type { DropdownOption, DropdownProps } from './dropdown'
|
||||
Reference in New Issue
Block a user