UNPKG

@alexmarqs/react-use-local-storage

Version:

React hook to persist and sync state with localStorage

5 lines (4 loc) 95 B
/** * Check if we are in client/browser side. */ export declare const isClient: boolean;