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