UNPKG

prestyled

Version:

React components for styling web projects, based upon Theme UI

5 lines (4 loc) 127 B
/** @jsx jsx */ import { ImageProps } from 'theme-ui'; export declare const Image: React.FC<ImageProps>; export default Image;