UNPKG

302 BTypeScriptView Raw
1import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
2export interface CardImgProps extends BsPrefixProps {
3 variant?: 'top' | 'bottom' | null;
4}
5declare type CardImg = BsPrefixRefForwardingComponent<'img', CardImgProps>;
6declare const CardImg: CardImg;
7export default CardImg;