{"version":3,"file":"index.mjs","sources":["../../../../packages/hooks/index.ts"],"sourcesContent":["import { computed } from 'vue'\nexport * from './use-utils'\nconst isMobile = computed(() => {\n  const userAgent =\n    navigator.userAgent || navigator.vendor || (window as any).opera\n  return /android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(\n    userAgent\n  )\n})\n\nexport { isMobile }\n"],"names":["r","e","o","navigator","userAgent","vendor","window","opera","test"],"mappings":"gFAA6D,MAACA,EAAEC,GAAE,KAAK,MAAMC,EAAEC,UAAUC,WAAWD,UAAUE,QAAQC,OAAOC,MAAM,MAAM,iEAAiEC,KAAKN"}