Files
jindengchen-ai-report/cool-unix/uni_modules/cool-ui/components/cl-row/props.ts
2025-11-13 10:36:23 +08:00

10 lines
151 B
TypeScript

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