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

14 lines
282 B
TypeScript
Raw Permalink Normal View History

2020-12-21 11:29:31 -04:00
import * as React from 'react';
import { BsPrefixComponent } from './helpers';
export interface CardImgProps {
variant?: 'top' | 'bottom';
}
declare class CardImg<
As extends React.ElementType = 'img'
> extends BsPrefixComponent<As, CardImgProps> {}
export default CardImg;