UNPKG

react-cookify

Version:

Simple, customizable open source cookie consent banner for GDPR law

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