UNPKG

react-thumbor-image

Version:

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

7 lines (5 loc) 197 B
import type {ImageProps} from "./imageProps"; import {FallbackImageProps} from "./fallbackImageProps"; export interface OptimizedImageProps extends FallbackImageProps { lowres?: ImageProps; }