riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
miniprogram_npm/tdesign-miniprogram/link/type.d.ts
@@ -4,6 +4,14 @@
        type: StringConstructor;
        value?: string;
    };
    disabled?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    hover?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    navigatorProps?: {
        type: ObjectConstructor;
        value?: object;
@@ -15,18 +23,6 @@
    size?: {
        type: StringConstructor;
        value?: SizeEnum;
    };
    status?: {
        type: StringConstructor;
        value?: 'normal' | 'active' | 'disabled';
    };
    disabled?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    hover?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    suffixIcon?: {
        type: null;