UNPKG

gatsby-plugin-image

Version:

Adding responsive images to your site while maintaining high performance scores can be difficult to do manually. The Gatsby Image plugin handles the hard parts of producing images in multiple sizes and formats for you!

8 lines 434 B
import React from "react"; import PropTypes from "prop-types"; import type { FunctionComponent } from "react"; import type { GatsbyImageProps } from "./gatsby-image.browser"; export declare const GatsbyImage: FunctionComponent<GatsbyImageProps>; export declare const altValidator: PropTypes.Validator<string>; export declare const propTypes: React.WeakValidationMap<GatsbyImageProps>; //# sourceMappingURL=gatsby-image.server.d.ts.map