UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (8 loc) 237 B
export default (el) => { return { focus: () => { var _a, _b; (_b = (_a = el.value) === null || _a === void 0 ? void 0 : _a.focus) === null || _b === void 0 ? void 0 : _b.call(_a); }, }; };