Searched refs:OnErrorEvent (Results 1 – 6 of 6) sorted by relevance
1 import { OnErrorEvent } from './ImageWrapper.types';12 … | undefined, cachePolicy: ImageNativeProps['cachePolicy'], onError?: OnErrorEvent[]): ImageSource…
4 export type OnErrorEvent = (({ source }: { alias12 onError?: OnErrorEvent[];
1 …OnErrorEvent =\n | (({ source }: { source: ImageSource | null }) => void)\n | undefined\n | nul…
1 …OnErrorEvent } from './ImageWrapper.types';\nimport { ImageNativeProps, ImageSource } from '../Ima…
6 export type OnErrorEvent = alias19 onError?: OnErrorEvent[];
3 import { OnErrorEvent } from './ImageWrapper.types';34 onError?: OnErrorEvent[]