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 { ConsentDetailFooterProps } from '../../../types'; export declare const Footer: React.FC<ConsentDetailFooterProps>; export default Footer;