UNPKG

react-bootstrap

Version:

Bootstrap 4 components built with React

13 lines (9 loc) 262 B
import { BsPrefixComponent } from './helpers'; export interface ImageProps { fluid?: boolean; rounded?: boolean; roundedCircle?: boolean; thumbnail?: boolean; } declare class Image extends BsPrefixComponent<'img', ImageProps> {} export default Image;