Files
aihot/frontend/node_modules/element-plus/lib/hooks/use-focus/index.js
2026-05-26 12:56:03 +08:00

11 lines
283 B
JavaScript

Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
//#region ../../packages/hooks/use-focus/index.ts
const useFocus = (el) => {
return { focus: () => {
el.value?.focus?.();
} };
};
//#endregion
exports.useFocus = useFocus;
//# sourceMappingURL=index.js.map