UNPKG

@acrool/react-modal

Version:
8 lines (7 loc) 317 B
export { default as ModalProvider, modal } from './Modal'; export { default as BodyScroll } from './bodyScroll'; export * from './compose'; export { useModal } from './ModalProvider'; export { useGlobalModal } from './GlobalModalProvider'; export * from './types'; export { default as animation } from './animation';