UNPKG

@vizertech/nextjs-capi

Version:

NextJS 13 Wrapper for fb pixel and capi for graph v17.0 API

10 lines (9 loc) 295 B
import { FacebookEvent } from './types'; declare global { interface Window { fbq: any; } } declare function fbPageView(): void; declare function fbEvent(event: FacebookEvent, isTest?: boolean, testEventCode?: string, enablePixel?: boolean): void; export { fbEvent, fbPageView };