UNPKG

react-cookify

Version:

Simple, customizable open source cookie consent banner for GDPR law

6 lines (5 loc) 210 B
import React from 'react'; import '../../styles/index.css'; import { CookifyConsentProps } from '../../types'; export declare const CookifyConsent: React.FC<CookifyConsentProps>; export default CookifyConsent;