测试
This commit is contained in:
4
frontend/node_modules/element-plus/es/utils/throttleByRaf.d.ts
generated
vendored
Normal file
4
frontend/node_modules/element-plus/es/utils/throttleByRaf.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare function throttleByRaf(cb: (...args: any[]) => void): {
|
||||
(...args: any[]): void;
|
||||
cancel(): void;
|
||||
};
|
||||
Reference in New Issue
Block a user