UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

19 lines (13 loc) 496 B
/** * MSKCC 2021, 2024 */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var TextDirection = require('./TextDirection.js'); var Text = require('./Text.js'); var createTextComponent = require('./createTextComponent.js'); createTextComponent.createTextComponent('label', 'Label'); const Legend = createTextComponent.createTextComponent('legend', 'Legend'); exports.TextDirection = TextDirection.TextDirection; exports.Text = Text.Text; exports.Legend = Legend;