UNPKG

@metamask/design-system-react-native

Version:
4 lines 297 B
import React from "react"; import type { ImageOrSvgProps } from "./ImageOrSvg.types.mjs"; export declare const ImageOrSvg: ({ src, width, height, onImageLoad, onImageError, onSvgError, style, imageProps, svgProps, }: ImageOrSvgProps) => React.JSX.Element; //# sourceMappingURL=ImageOrSvg.d.mts.map