index.js 284 B

123456789101112
  1. Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  2. //#region ../../packages/hooks/use-focus/index.ts
  3. const useFocus = (el) => {
  4. return { focus: () => {
  5. el.value?.focus?.();
  6. } };
  7. };
  8. //#endregion
  9. exports.useFocus = useFocus;
  10. //# sourceMappingURL=index.js.map