Files
jindengchen-ai-report/cool-unix/uni_modules/cool-ui/components/cl-waterfall/props.ts

12 lines
206 B
TypeScript
Raw Normal View History

2025-11-13 10:36:23 +08:00
export type ClWaterfallPassThrough = {
className?: string;
};
export type ClWaterfallProps = {
className?: string;
pt?: ClWaterfallPassThrough;
column?: number;
gutter?: number;
nodeKey?: string;
};