UNPKG

react-native-mmkv

Version:

The fastest key/value storage for React Native. ~30x faster than AsyncStorage! Works on Android, iOS and Web.

7 lines 333 B
import type { MMKVConfiguration, NativeMMKV } from 'react-native-mmkv'; declare global { function mmkvCreateNewInstance(configuration: MMKVConfiguration): NativeMMKV; function nativeCallSyncHook(): unknown; } export declare const createMMKV: (config: MMKVConfiguration) => NativeMMKV; //# sourceMappingURL=createMMKV.d.ts.map