Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/react-bootstrap/cjs/CardImg.d.ts

import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface CardImgProps extends BsPrefixProps, React.ImgHTMLAttributes<HTMLImageElement> {
    variant?: 'top' | 'bottom';
}
declare const CardImg: BsPrefixRefForwardingComponent<'img', CardImgProps>;
export default CardImg;
Back to Directory File Manager