UNPKG

nuxt-gtag

Version:
3 lines (2 loc) 126 B
import type { GtagCommands } from '../types.js'; export declare function useTrackEvent(...args: GtagCommands['event']): void;