UNPKG

@nuxt/devtools

Version:

The Nuxt DevTools gives you insights and transparency about your Nuxt App.

4 lines (3 loc) 280 B
import type { Ref } from 'vue'; export declare function useObjectStorage<T>(key: string, initial: T, listenToStorage?: boolean): Ref<T>; export declare function useEventListener(target: EventTarget, type: string, listener: any, options?: boolean | AddEventListenerOptions): void;