import { type ComponentPropsWithoutRef } from 'react'; import { cx } from '../utils'; export const Card = ({ className, ...props }: ComponentPropsWithoutRef<'div'>) => (