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.
4 lines • 327 B
TypeScript
import { ImagePickerOptions, MediaType, 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