UNPKG

@themesberg/react-bootstrap

Version:

Unofficial release of the react-bootstrap library with Bootstrap 5 components built with React

10 lines (9 loc) 335 B
import { BsPrefixRefForwardingComponent } from './helpers'; import FigureImage from './FigureImage'; import FigureCaption from './FigureCaption'; declare type Figure = BsPrefixRefForwardingComponent<'figure'> & { Image: typeof FigureImage; Caption: typeof FigureCaption; }; declare const Figure: Figure; export default Figure;