小程序初始提交
This commit is contained in:
12
cool-unix/uni_modules/cool-ui/components/cl-col/props.ts
Normal file
12
cool-unix/uni_modules/cool-ui/components/cl-col/props.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export type ClColPassThrough = {
|
||||
className?: string;
|
||||
};
|
||||
|
||||
export type ClColProps = {
|
||||
className?: string;
|
||||
pt?: ClColPassThrough;
|
||||
span?: number;
|
||||
offset?: number;
|
||||
push?: number;
|
||||
pull?: number;
|
||||
};
|
||||
Reference in New Issue
Block a user