export type ClRowPassThrough = { className?: string; }; export type ClRowProps = { className?: string; pt?: ClRowPassThrough; gutter?: number; };