UNPKG

@kirz/react-native-toolkit

Version:

Toolkit to speed up React Native development

4 lines 281 B
import { Dispatch, SetStateAction } from 'react'; export declare function useStorage(): import("../utils/SyncStorage").CSyncStorage; export declare function useStoredState<T>(key: string, initialState?: T): [T, Dispatch<SetStateAction<T>>]; //# sourceMappingURL=useStorage.d.ts.map