UNPKG

react-thumbor-image

Version:

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

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