@c15t/react
Version:
Developer-first CMP for React: cookie banner, consent manager, preferences centre. GDPR ready with minimal setup and rich customization
8 lines • 635 B
TypeScript
export { type ConsentManagerInterface, configureConsentManager, defaultTranslationConfig, detectBrowserLanguage, mergeTranslationConfigs, prepareTranslationConfig, } from 'c15t';
export { useColorScheme } from './hooks/use-color-scheme';
export { useConsentManager } from './hooks/use-consent-manager';
export { useFocusTrap } from './hooks/use-focus-trap';
export { useTranslations } from './hooks/use-translations';
export { ConsentManagerProvider } from './providers/consent-manager-provider';
export type { ConsentManagerOptions, ConsentManagerProviderProps, } from './types/consent-manager';
//# sourceMappingURL=headless.d.ts.map