UNPKG

@studio-lumio/hooks

Version:

a compilation of react hooks we use to make our magic

3 lines (2 loc) 177 B
import Cookies from 'js-cookie'; export declare const useCookie: (cookieName: string) => [string, (newValue: string, options?: Cookies.CookieAttributes) => void, () => void];