riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
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;