Files
game-cards-poker-design/frontend/node_modules/element-plus/lib/hooks/use-focus/index.js

11 lines
283 B
JavaScript
Raw Normal View History

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