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

1234567
  1. import { isClient, isIOS } from "@vueuse/core";
  2. //#region ../../packages/utils/browser.d.ts
  3. declare const isFirefox: () => boolean;
  4. declare const isAndroid: () => boolean;
  5. //#endregion
  6. export { isAndroid, isClient, isFirefox, isIOS };