UNPKG

react-thumbor-image

Version:

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

9 lines (7 loc) 294 B
import type {SetProps} from "./imageSrcSet"; import type {ThumborProps} from "./thumborProps"; export interface PictureSourceProps { srcset: SetProps; media?: string; type?: 'image/apng' | 'image/avif' | 'image/gif' | 'image/jpeg' | 'image/png' | 'image/svg+xml' | 'image/webp'; }