miniprogram_npm/tdesign-miniprogram/tab-bar/type.d.ts
@@ -3,15 +3,11 @@ type: BooleanConstructor; value?: boolean; }; style?: { type: StringConstructor; value?: string; }; externalClasses?: { type: ArrayConstructor; value?: ['t-class']; }; fixed?: { type: BooleanConstructor; value?: boolean; }; placeholder?: { type: BooleanConstructor; value?: boolean; }; @@ -39,4 +35,8 @@ type: null; value?: string | number | Array<string | number>; }; zIndex?: { type: NumberConstructor; value?: number; }; }