UNPKG

296 BTypeScriptView Raw
1import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
2export interface JumbotronProps extends BsPrefixProps {
3 fluid?: boolean;
4}
5declare type Jumbotron = BsPrefixRefForwardingComponent<'div', JumbotronProps>;
6declare const Jumbotron: Jumbotron;
7export default Jumbotron;