UNPKG

react-cookify

Version:

Simple, customizable open source cookie consent banner for GDPR law

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