UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

8 lines (7 loc) 296 B
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; export interface JumbotronProps extends BsPrefixProps { fluid?: boolean; } declare type Jumbotron = BsPrefixRefForwardingComponent<'div', JumbotronProps>; declare const Jumbotron: Jumbotron; export default Jumbotron;