UNPKG

react-img-component

Version:

A responsive lazy-loading image component for React

10 lines (8 loc) 218 B
interface ReactImageProps { src: string; alt: string; placeholderSrc?: string; [key: string]: any; } declare function ReactImage(props: ReactImageProps): JSX.Element; export { ReactImage as default };