智慧水务管理系统 - 精河县供水工程综合管理平台

index.js 283B

1234567891011
  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