Files
prop-data-guard/frontend/node_modules/element-plus/es/hooks/use-focus/index.mjs
T
2026-04-22 17:07:33 +08:00

10 lines
203 B
JavaScript

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