riku
2026-01-16 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915
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;
    };
}