UNPKG

react-cookify

Version:

Simple, customizable open source cookie consent banner for GDPR law

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