UNPKG

rsuite

Version:

A suite of react components

10 lines (9 loc) 405 B
import Modal from './Modal'; export type { ModalProps } from './Modal'; export type { ModalBodyProps } from './ModalBody'; export type { ModalDialogProps } from './ModalDialog'; export type { ModalFooterProps } from './ModalFooter'; export type { ModalHeaderProps } from './ModalHeader'; export type { ModalTitleProps } from './ModalTitle'; export type { ModalSize } from './utils'; export default Modal;