小程序初始提交
This commit is contained in:
13
cool-unix/uni_modules/cool-ui/components/cl-icon/props.ts
Normal file
13
cool-unix/uni_modules/cool-ui/components/cl-icon/props.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export type ClIconPassThrough = {
|
||||
className?: string;
|
||||
};
|
||||
|
||||
export type ClIconProps = {
|
||||
className?: string;
|
||||
pt?: ClIconPassThrough;
|
||||
name?: string;
|
||||
size?: string | number;
|
||||
height?: string | number;
|
||||
width?: string | number;
|
||||
color?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user