UNPKG

@react-native-async-storage/async-storage

Version:

Asynchronous, persistent, key-value storage system for React Native.

3 lines 156 B
import type { AsyncStorageHook } from "./types"; export declare function useAsyncStorage(key: string): AsyncStorageHook; //# sourceMappingURL=hooks.d.ts.map