import clsx from 'clsx' /** `` with styles. Expects table html (``, `
` etc) */ export const Table = (props: {className?: string; children: React.ReactNode}) => { const {className, children} = props return ( thead]:font-bold [&_td]:p-2 [&_th]:p-2', className, )} > {children}
) }