UNPKG

@archway-kit/vue

Version:

Vue components to interact with the Archway network

8 lines (7 loc) 339 B
import { UserAgentConfig } from '@archway-kit/utils'; export declare const useUserAgent: () => import('vue').ToRefs<Partial<UserAgentConfig> | { os?: import('@archway-kit/utils').OS | undefined; device?: import('@archway-kit/utils').DeviceType | undefined; browser?: string | undefined; isMobile?: boolean | undefined; }>;