更新代码
This commit is contained in:
11
types/Common/CoolDownTime.d.ts
vendored
Normal file
11
types/Common/CoolDownTime.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export declare class CoolDownTime {
|
||||
IsCoolDownTime: boolean;
|
||||
ExecFunc: Function;
|
||||
TimerId: any;
|
||||
constructor();
|
||||
CoolDown(time: number): void;
|
||||
Debounce(f: Function, time: number): void;
|
||||
Clear(): void;
|
||||
Exec(f: Function): void;
|
||||
}
|
||||
//# sourceMappingURL=CoolDownTime.d.ts.map
|
Reference in New Issue
Block a user