UNPKG

537 BTypeScriptView Raw
1import * as React from 'react';
2import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
3export interface FigureProps extends BsPrefixProps, React.AnchorHTMLAttributes<HTMLElement> {
4}
5declare const _default: BsPrefixRefForwardingComponent<"figure", FigureProps> & {
6 Image: React.ForwardRefExoticComponent<import("./Image").ImageProps & React.RefAttributes<HTMLImageElement>>;
7 Caption: BsPrefixRefForwardingComponent<"figcaption", import("./FigureCaption").FigureCaptionProps>;
8};
9export default _default;