UNPKG

react-consent-management-banner

Version:

Beautiful and Highly Customizable GDPR/ePrivacy React Consent and Cookie Management Library for React and Next.js

4 lines (3 loc) 291 B
import { Props } from "./types"; export declare function CookieConsent({ GA_TRACKING_ID, config, }: Props): any; export type { IPreferenceOption, IMoreLinks, CookieConsentConfig, Props, IGetGtagAdsPropsDefault, IGetGtagAdsPropsNonDefault, GetGtagAdsPropsT, PreferenceType, } from "./types";