UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

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