UNPKG

@c15t/nextjs

Version:

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

10 lines 467 B
import type { ConsentManagerProviderProps } from '@c15t/react'; import type { InitialDataPromise } from '../../../types'; interface EnrichOptionsProps { initialData?: InitialDataPromise; usingAppDir?: boolean; options: ConsentManagerProviderProps['options']; } export declare function enrichOptions({ options, initialData, usingAppDir, }: EnrichOptionsProps): ConsentManagerProviderProps['options']; export {}; //# sourceMappingURL=enrich-options.d.ts.map