UNPKG

@garlicbed/react-native-slide360

Version:
13 lines 644 B
import { type ImageSourcePropType } from 'react-native'; import type { ImageSlideStyleType, LoadedImageType } from './types'; type ImagePlaceholderPropsType = { source?: ImageSourcePropType; height?: number; onPressImage?: (image: LoadedImageType) => void; disabled?: boolean; imageStyle?: ImageSlideStyleType; fallbackComponent?: React.ReactNode; }; declare const ImagePlaceholder: ({ source, height, onPressImage, disabled, imageStyle, fallbackComponent, }: ImagePlaceholderPropsType) => import("react/jsx-runtime").JSX.Element; export default ImagePlaceholder; //# sourceMappingURL=ImagePlaceholder.component.d.ts.map