UNPKG

react-cookify

Version:

Simple, customizable open source cookie consent banner for GDPR law

5 lines (4 loc) 169 B
import React from 'react'; import { ConsentOpenConsent } from '../../types'; export declare const OpenConsent: React.FC<ConsentOpenConsent>; export default OpenConsent;