UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

13 lines (9 loc) 197 B
/** * MSKCC 2021, 2024 */ import wrapComponent from '../../tools/wrapComponent.js'; const TableHead = wrapComponent({ name: 'TableHead', type: 'thead' }); export { TableHead as default };