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