UNPKG

@hhgtech/hhg-components

Version:
10 lines (9 loc) 312 B
export declare const getCookie: (name: string) => string; export declare const setCookie: (name: string, value: string, opts?: { days?: number; minutes?: number; domain?: string; path?: string; expires?: string; }) => void; export declare const deleteCookie: (name: string) => void;