miniprogram_npm/tdesign-miniprogram/navbar/type.d.ts
@@ -15,6 +15,14 @@ type: BooleanConstructor; value?: boolean; }; placeholder?: { type: BooleanConstructor; value?: boolean; }; safeAreaInsetTop?: { type: BooleanConstructor; value?: boolean; }; title?: { type: StringConstructor; value?: string; @@ -27,4 +35,8 @@ type: BooleanConstructor; value?: boolean; }; zIndex?: { type: NumberConstructor; value?: number; }; }