UNPKG

react-thumbor-image

Version:

Makes it easy to add Thumbor optimized images to your React app.

7 lines (5 loc) 149 B
import type {ImageProps} from "./imageProps"; export interface FallbackImageProps extends ImageProps { fallback?: ImageProps; id: string; }