import type { PropsWithChildren } from 'react' export function TableTitle({ children }: PropsWithChildren): JSX.Element { return
{children}
}