UNPKG

react-pwa-add-to-homescreen

Version:
4 lines (3 loc) 208 B
import { TCookieVal } from '../interfaces'; export declare function setCookie(name: string, days: number, val?: TCookieVal): void; export declare function getCookieValue(name: string): string | undefined;