import React from 'react'; import { ctw } from '../../../utils/ctw/ctw'; export const TableCell = React.forwardRef< HTMLTableCellElement, React.TdHTMLAttributes >(({ className, ...props }, ref) => ( )); TableCell.displayName = 'TableCell';