import { JSX } from 'preact' export function Table( { children, className, ...props }: JSX.HTMLAttributes, ) { return ( {children}
) }