UNPKG

@centinel/nextjs

Version:

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

8 lines 293 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 {}; //# sourceMappingURL=CentinelLayout.d.ts.map