UNPKG

react-thumbor-image

Version:

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

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