remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/libs/remix-ui/app/src/index.ts

7 lines
435 B

3 years ago
export { default as RemixApp } from './lib/remix-app/remix-app'
2 years ago
export { dispatchModalContext, dispatchModalInterface, AppContext } from './lib/remix-app/context/context'
3 years ago
export { ModalProvider, useDialogDispatchers } from './lib/remix-app/context/provider'
3 years ago
export { AppModal } from './lib/remix-app/interface/index'
export { AlertModal } from './lib/remix-app/interface/index'
export { ModalTypes } from './lib/remix-app/types/index'