expo-image-picker
Version:
Provides access to the system's UI for selecting images and videos from the phone's library or taking a photo with the camera.
5 lines • 370 B
TypeScript
import type { ImagePickerOptions, MediaType } from './ImagePicker.types';
import { MediaTypeOptions } from './ImagePicker.types';
export declare function parseMediaTypes(mediaTypes: MediaTypeOptions | MediaType | MediaType[]): MediaType[];
export declare function mapDeprecatedOptions(options: ImagePickerOptions): ImagePickerOptions;
//# sourceMappingURL=utils.d.ts.map