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