UNPKG

@use-cookie-consent/core

Version:

React hook for managing GDPR cookie consent state.

4 lines (3 loc) 165 B
import { ConsentState } from './types'; export declare const COOKIE_CONSENT_KEY = "USE_COOKIE_CONSENT_STATE"; export declare const DEFAULT_CONSENT: ConsentState;