UNPKG

react-thumbor-image

Version:

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

5 lines (4 loc) 195 B
import React from "react"; import { FallbackImageProps } from "./types"; declare function ThumborFallbackImage(props: FallbackImageProps): React.JSX.Element; export { ThumborFallbackImage };