miniprogram_npm/tdesign-miniprogram/transition/type.d.ts
@@ -3,17 +3,13 @@ type: BooleanConstructor; value?: boolean; }; customClass?: { type: StringConstructor; value?: string; }; destoryOnClose?: { destoryOnHide?: { type: BooleanConstructor; value?: boolean; }; duration?: { type: NumberConstructor; value?: number; durations?: { type: null; value?: number | number[]; }; name?: { type: StringConstructor;