UNPKG

@next/third-parties

Version:

`@next/third-parties` is a collection of components and utilities that can be used to efficiently load third-party libraries into your Next.js application.

9 lines (8 loc) 289 B
import type { GAParams } from '../types/google'; declare global { interface Window { dataLayer?: Object[]; } } export declare function GoogleAnalytics(props: GAParams): import("react/jsx-runtime").JSX.Element; export declare function sendGAEvent(..._args: Object[]): void;