import clsx from 'clsx' export function Col(props: { children?: any; className?: string }) { const { children, className } = props return
{children}
}