UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

16 lines (10 loc) 415 B
/** * MSKCC 2021, 2024 */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var createClassWrapper = require('../../internal/createClassWrapper.js'); var ContentSwitcher$1 = require('./ContentSwitcher.js'); const ContentSwitcher = createClassWrapper.createClassWrapper(ContentSwitcher$1["default"]); exports.ContentSwitcher = ContentSwitcher; exports["default"] = ContentSwitcher;