import { JSX } from '@redneckz/uni-jsx'; import { type ComponentType } from '../../model/ComponentType'; import { style } from '../../utils/style'; export const CardRow = JSX(({ className, children }) => (
{children}
));