UNPKG

@nuxt/scripts

Version:

Load third-party scripts with better performance, privacy and DX in Nuxt Apps.

9 lines (8 loc) 286 B
import type { TrackedPage } from '#nuxt-scripts/types'; export declare function useScriptEventPage(onChange?: (payload: TrackedPage) => void): import("vue").Ref<{ title?: string | undefined; path: string; }, TrackedPage | { title?: string | undefined; path: string; }>;