UNPKG

347 BTypeScriptView Raw
1import * as React from 'react';
2import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
3export interface CardImgProps extends BsPrefixProps, React.ImgHTMLAttributes<HTMLImageElement> {
4 variant?: 'top' | 'bottom' | string;
5}
6declare const CardImg: BsPrefixRefForwardingComponent<'img', CardImgProps>;
7export default CardImg;