UNPKG

@es-react/react

Version:

Hippy react framework

4 lines (3 loc) 183 B
declare function getCookies(url: string): Promise<string>; declare function setCookie(url: string, keyValue: string, expires: string | Date): void; export { getCookies, setCookie, };