import clsx from 'clsx' export function Card(props: JSX.IntrinsicElements['div']) { const { children, className, ...rest } = props return (