c8499af8bc0642e024689236591692f25460ed9454176cd45591cc8d0f139d5273984230cb2d53731968e7c82a3ea34277dfea4204e11884ebf9146d5f566c 235 B

1234567891011
  1. const useFocus = (el) => {
  2. return {
  3. focus: () => {
  4. var _a, _b;
  5. (_b = (_a = el.value) == null ? void 0 : _a.focus) == null ? void 0 : _b.call(_a);
  6. }
  7. };
  8. };
  9. export { useFocus };
  10. //# sourceMappingURL=index.mjs.map