Files
Fluxup_PAP/node_modules/expo-image/build/web/getImageWrapperEventHandler.d.ts
2026-03-10 16:18:05 +00:00

9 lines
476 B
TypeScript

import type { SyntheticEvent } from 'react';
import type { ImageWrapperEvents } from './ImageWrapper.types';
import type { ImageSource } from '../Image.types';
export declare function getImageWrapperEventHandler(events: ImageWrapperEvents | undefined, source: ImageSource): {
onLoad: (event: SyntheticEvent<HTMLImageElement, Event>) => void;
onTransitionEnd: () => void | undefined;
onError: () => void;
};
//# sourceMappingURL=getImageWrapperEventHandler.d.ts.map