UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

3 lines 187 B
export declare const getLocalState: <T>(key: string, fallback?: T) => T; export declare const setLocalState: <T>(key: string, value: T) => void; //# sourceMappingURL=localStorage.d.ts.map