import { forwardRef } from 'react'; import { cn } from '#utils'; export const TableCaption = forwardRef>( function TableCaption({ className, ...props }, ref) { return ; } );