UNPKG

react-native-permissions

Version:

An unified permissions API for React Native on iOS, Android and Windows

9 lines 293 B
export declare const RESULTS: Readonly<{ readonly UNAVAILABLE: "unavailable"; readonly BLOCKED: "blocked"; readonly DENIED: "denied"; readonly GRANTED: "granted"; readonly LIMITED: "limited"; }>; export type ResultMap = typeof RESULTS; //# sourceMappingURL=results.d.ts.map