UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

17 lines (11 loc) 286 B
/** * MSKCC 2021, 2024 */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var wrapComponent = require('../../tools/wrapComponent.js'); const TableCell = wrapComponent["default"]({ name: 'TableCell', type: 'td' }); exports["default"] = TableCell;