UNPKG

react-blurish-image

Version:

A lightweight, optimized React image component with blur placeholders and lazy loading

3 lines 218 B
import type { ImageProps } from './types'; export declare const Image: import("react").ForwardRefExoticComponent<ImageProps & import("react").RefAttributes<HTMLImageElement | null>>; //# sourceMappingURL=Image.d.ts.map