小程序初始提交
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export type ClWaterfallPassThrough = {
|
||||
className?: string;
|
||||
};
|
||||
|
||||
export type ClWaterfallProps = {
|
||||
className?: string;
|
||||
pt?: ClWaterfallPassThrough;
|
||||
column?: number;
|
||||
gutter?: number;
|
||||
nodeKey?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user