import { forwardRef } from 'react'; import { cn } from '#utils'; export const TableFooter = forwardRef>( function TableFooter({ className, ...props }, ref) { return ( tr]:last:border-b-0', className)} ref={ref} {...props} /> ); } );