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