project init
This commit is contained in:
27
components/icon/type.d.ts
vendored
Normal file
27
components/icon/type.d.ts
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
export interface TdIconProps {
|
||||
customStyle?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
required?: boolean;
|
||||
};
|
||||
color?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
required?: boolean;
|
||||
};
|
||||
name: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
required?: boolean;
|
||||
};
|
||||
size?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
required?: boolean;
|
||||
};
|
||||
prefix?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
reuqired?: boolean;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user