Files
WAI_Project_UNIX/uni_modules/cool-ui/components/cl-waterfall/props.ts

12 lines
207 B
TypeScript
Raw Normal View History

2025-07-21 16:47:04 +08:00
export type ClWaterfallPassThrough = {
classNames?: string;
};
export type ClWaterfallProps = {
className?: string;
pt?: ClWaterfallPassThrough;
column?: number;
gutter?: number;
nodeKey?: string;
};