完全跑通1.0版本
This commit is contained in:
7
frontend/node_modules/element-plus/lib/hooks/use-timeout/index.d.ts
generated
vendored
Normal file
7
frontend/node_modules/element-plus/lib/hooks/use-timeout/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
//#region ../../packages/hooks/use-timeout/index.d.ts
|
||||
declare function useTimeout(): {
|
||||
registerTimeout: (fn: (...args: any[]) => any, delay: number) => void;
|
||||
cancelTimeout: () => void;
|
||||
};
|
||||
//#endregion
|
||||
export { useTimeout };
|
||||
Reference in New Issue
Block a user