UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

7 lines (6 loc) 286 B
/** * MSKCC DSM 2021, 2023 */ export { default as ComposedModal, type ComposedModalProps, ModalBody, type ModalBodyProps, } from './ComposedModal'; export { ModalHeader, type ModalHeaderProps } from './ModalHeader'; export { ModalFooter, type ModalFooterProps } from './ModalFooter';