miniprogram_npm/tdesign-miniprogram/overlay/type.d.ts
@@ -3,10 +3,6 @@ type: StringConstructor; value?: string; }; customStyle?: { type: StringConstructor; value?: string; }; duration?: { type: NumberConstructor; value?: number; @@ -14,10 +10,6 @@ preventScrollThrough?: { type: BooleanConstructor; value?: boolean; }; style?: { type: StringConstructor; value?: string; }; usingCustomNavbar?: { type: BooleanConstructor;