Home
last modified time | relevance | path

Searched refs:ImagePickerCanceledResult (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-image-picker/build/
H A DImagePicker.types.d.ts282 export type ImagePickerResult = ImagePickerSuccessResult | ImagePickerCanceledResult;
299 export type ImagePickerCanceledResult = { alias
313 export type ImagePickerCancelledResult = ImagePickerCanceledResult;
H A DImagePicker.types.js.map1ImagePickerCanceledResult;\n\n/**\n * Type representing successful pick result.\n */\nexport type …
/expo/packages/expo-image-picker/src/
H A DImagePicker.types.ts301 export type ImagePickerResult = ImagePickerSuccessResult | ImagePickerCanceledResult;
320 export type ImagePickerCanceledResult = { alias
335 export type ImagePickerCancelledResult = ImagePickerCanceledResult;