UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

8 lines (7 loc) 220 B
/** * MSKCC DSM 2021, 2023 */ import { TdHTMLAttributes } from 'react'; export type TableCellProps = TdHTMLAttributes<HTMLTableCellElement>; declare const TableCell: React.FC<TableCellProps>; export default TableCell;