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