riku
21 小时以前 cf4787bc8188cd0acc8a42793730b076742f29c1
miniprogram_npm/tdesign-miniprogram/count-down/type.d.ts
@@ -7,10 +7,6 @@
        type: StringConstructor;
        value?: string;
    };
    style?: {
        type: StringConstructor;
        value?: string;
    };
    format?: {
        type: StringConstructor;
        value?: string;
@@ -34,5 +30,6 @@
    time: {
        type: NumberConstructor;
        value?: number;
        required?: boolean;
    };
}