Gazebo_simulation-Frontend/node_modules/react-bootstrap/esm/Image.d.ts
2020-12-21 10:29:31 -05:00

13 lines
262 B
TypeScript

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;