小程序初始提交
This commit is contained in:
9
cool-unix/uni_modules/cool-ui/components/cl-row/props.ts
Normal file
9
cool-unix/uni_modules/cool-ui/components/cl-row/props.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export type ClRowPassThrough = {
|
||||
className?: string;
|
||||
};
|
||||
|
||||
export type ClRowProps = {
|
||||
className?: string;
|
||||
pt?: ClRowPassThrough;
|
||||
gutter?: number;
|
||||
};
|
||||
Reference in New Issue
Block a user