Jesus sucks
This commit is contained in:
7
backend/frontend/node_modules/react-bootstrap/cjs/CardImg.d.ts
generated
vendored
Normal file
7
backend/frontend/node_modules/react-bootstrap/cjs/CardImg.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user