UNPKG

react-cookify

Version:

Simple, customizable open source cookie consent banner for GDPR law

6 lines (5 loc) 338 B
import React from 'react'; import { CookifyContextProps, CookifyProviderProps } from '../types'; export declare const CookifyContext: React.Context<CookifyContextProps>; export declare const CookifyProvider: ({ options, children }: CookifyProviderProps) => JSX.Element; export declare const useCookifyProvider: () => CookifyContextProps;