UNPKG

@c15t/nextjs

Version:

Developer-first CMP for Next.js: cookie banner, consent manager, preferences centre. GDPR ready with minimal setup and rich customization.

12 lines 516 B
/** * Main entry point for the C15T Next.js integration package. * Re-exports all necessary components, hooks, and utilities from the React package * and middleware for seamless integration with Next.js applications. * * @packageDocumentation * @see {@link @c15t/react} for React components and hooks * @see {@link ./middleware} for Next.js middleware integration */ export { ConsentManagerProvider } from './components/consent-manager-provider'; export * from './shared'; //# sourceMappingURL=index.d.ts.map