Jesus sucks
This commit is contained in:
9
backend/frontend/node_modules/react-bootstrap/cjs/Figure.d.ts
generated
vendored
Normal file
9
backend/frontend/node_modules/react-bootstrap/cjs/Figure.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
|
||||
export interface FigureProps extends BsPrefixProps, React.AnchorHTMLAttributes<HTMLElement> {
|
||||
}
|
||||
declare const _default: BsPrefixRefForwardingComponent<"figure", FigureProps> & {
|
||||
Image: React.ForwardRefExoticComponent<import("./Image").ImageProps & React.RefAttributes<HTMLImageElement>>;
|
||||
Caption: BsPrefixRefForwardingComponent<"figcaption", import("./FigureCaption").FigureCaptionProps>;
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user