import clsx from 'clsx'; import { PropsWithChildren } from 'react'; export function TableFooter({ children, className, }: PropsWithChildren & { className?: string }) { return ; }