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;