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.

4 lines (3 loc) 234 B
import type { GTMParams } from '../types/google'; export declare function GoogleTagManager(props: GTMParams): import("react/jsx-runtime").JSX.Element; export declare const sendGTMEvent: (data: Object, dataLayerName?: string) => void;