UNPKG

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

Version:

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

3 lines (2 loc) 121 B
import type { AsyncStorageHook } from './types'; export declare function useAsyncStorage(key: string): AsyncStorageHook;