There was an error while loading. Please reload this page.
2 parents f08c8aa + b61247c commit 4f6953fCopy full SHA for 4f6953f
index.d.ts
@@ -7,7 +7,7 @@ declare module 'react-native-default-preference' {
7
static get(key: string): Promise<string>;
8
static set(key: string, value: string): Promise<void>;
9
static clear(key: string): Promise<void>;
10
- static getMultiple(keys: string[]): Promise<RNDefaultPreferenceKeys>;
+ static getMultiple(keys: string[]): Promise<string[]>;
11
static setMultiple(data: RNDefaultPreferenceKeys): Promise<void>;
12
static clearMultiple(keys: string[]): Promise<void>;
13
static getAll(): Promise<RNDefaultPreferenceKeys>;
0 commit comments