@nuxt/devtools
Version:
<a href="https://devtools.nuxt.com"><img width="1200" alt="Nuxt DevTools" src="https://github-production-user-asset-6210df.s3.amazonaws.com/904724/261577617-a10567bd-ad33-48cc-9bda-9e37dbe1929f.png"></a> <br>
9 lines (8 loc) • 315 B
TypeScript
import type { NuxtDevtoolsHostClient } from '@nuxt/devtools/types';
import type { Ref } from 'vue';
/**
* Get Nuxt DevTools client for host app
*
* Returns undefined if not in development mode or the devtools is not enabled
*/
export declare function useNuxtDevTools(): Ref<NuxtDevtoolsHostClient | undefined>;