Gazebo_simulation-Frontend/node_modules/react-bootstrap/Image.d.ts

13 lines
262 B
TypeScript
Raw Permalink Normal View History

2020-12-21 11:29:31 -04:00
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;