UNPKG

element-plus

Version:

A Component Library for Vue 3

10 lines (9 loc) 203 B
//#region ../../packages/hooks/use-focus/index.ts const useFocus = (el) => { return { focus: () => { el.value?.focus?.(); } }; }; //#endregion export { useFocus }; //# sourceMappingURL=index.mjs.map