UNPKG

mazeof-react

Version:
6 lines (5 loc) 203 B
export type Cookies = { [x: string]: any; }; export type SetCookie = (name: string, value: any, options?: any | undefined) => void; export type setPreferences = (key: string, newValue: any) => void;