UNPKG

tdesign-miniprogram

Version:
20 lines (19 loc) 367 B
export interface TdIconProps { color?: { type: StringConstructor; value?: string; }; name: { type: StringConstructor; value?: string; required?: boolean; }; prefix?: { type: StringConstructor; value?: string; }; size?: { type: null; value?: string | number; }; }