UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

11 lines (7 loc) 279 B
/** * MSKCC 2021, 2024 */ import { createClassWrapper } from '../../internal/createClassWrapper.js'; import ContentSwitcher$1 from './ContentSwitcher.js'; const ContentSwitcher = createClassWrapper(ContentSwitcher$1); export { ContentSwitcher, ContentSwitcher as default };