完全跑通1.0版本
This commit is contained in:
10
frontend/node_modules/element-plus/es/hooks/use-focus/index.d.ts
generated
vendored
Normal file
10
frontend/node_modules/element-plus/es/hooks/use-focus/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Ref } from "vue";
|
||||
|
||||
//#region ../../packages/hooks/use-focus/index.d.ts
|
||||
declare const useFocus: (el: Ref<{
|
||||
focus: () => void;
|
||||
} | null>) => {
|
||||
focus: () => void;
|
||||
};
|
||||
//#endregion
|
||||
export { useFocus };
|
||||
Reference in New Issue
Block a user