UNPKG

react-cookienotice

Version:

A lightweight & customizable cookie banner for your React App

3 lines 173 B
export declare const setCookie: (options: CookieOptions) => void; export declare const getCookieValue: (name: string) => string | null; //# sourceMappingURL=cookies.d.ts.map