UNPKG

next-shared-state

Version:

Enhanced state sharing for Next.js with IndexedDB persistence and URL data transfer between pages and components.

4 lines (3 loc) 189 B
export declare function setMemory(key: string, value: any): void; export declare function getMemory<T>(key: string): T | undefined; export declare function clearMemory(key?: string): void;