UNPKG

@centinel/nextjs

Version:

Package designed to add Centinel Analytica functionality to Next.js applications

8 lines (7 loc) 249 B
import React from 'react'; interface CentinelLayoutProps { siteKey: string; children: React.ReactNode; } export declare function CentinelLayout({ siteKey, children }: CentinelLayoutProps): import("react/jsx-runtime").JSX.Element; export {};