mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
智慧宿舍系统小程序
This commit is contained in:
10
wechat/miniprogram/node_modules/@vant/weapp/dist/count-down/utils.d.ts
generated
vendored
Normal file
10
wechat/miniprogram/node_modules/@vant/weapp/dist/count-down/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export declare type TimeData = {
|
||||
days: number;
|
||||
hours: number;
|
||||
minutes: number;
|
||||
seconds: number;
|
||||
milliseconds: number;
|
||||
};
|
||||
export declare function parseTimeData(time: number): TimeData;
|
||||
export declare function parseFormat(format: string, timeData: TimeData): string;
|
||||
export declare function isSameSecond(time1: number, time2: number): boolean;
|
||||
Reference in New Issue
Block a user