miniprogram_npm/tdesign-miniprogram/icon/type.d.ts
@@ -1,20 +1,9 @@ export interface TdIconProps { style?: { 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; @@ -22,6 +11,9 @@ prefix?: { type: StringConstructor; value?: string; reuqired?: boolean; }; size?: { type: null; value?: string | number; }; }