riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
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;
    };
}