UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

13 lines (9 loc) 295 B
/** * MSKCC 2021, 2024 */ export { TextDirection } from './TextDirection.js'; export { Text } from './Text.js'; import { createTextComponent } from './createTextComponent.js'; createTextComponent('label', 'Label'); const Legend = createTextComponent('legend', 'Legend'); export { Legend };