Files
est-frame/node_modules/react-bootstrap/esm/CardImg.d.ts
2025-10-22 05:38:27 +00:00

8 lines
347 B
TypeScript
Executable File

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