UNPKG

@asosunoff/react_use_fetch

Version:
2 lines (1 loc) 113 B
export declare const useLocalStorage: <T>(key: string, initialValue?: T | undefined) => [T, (value: T) => void];