UNPKG

@mornya/react-image-libs

Version:
11 lines (10 loc) 260 B
import React from 'react'; export type BitmapSVGImageProps = { src: string; alt: string; width?: number; height?: number; scale?: number; requestInit?: RequestInit; }; export declare const BitmapSVGImage: React.FC<BitmapSVGImageProps>;