UNPKG

298 BTypeScriptView Raw
1import * as React from 'react';
2
3declare namespace Jumbotron {
4 export interface JumbotronProps extends React.HTMLProps<Jumbotron> {
5 componentClass?: React.ElementType | undefined;
6 }
7}
8declare class Jumbotron extends React.Component<Jumbotron.JumbotronProps> { }
9export = Jumbotron;