Page MenuHomec4science

Jumbotron.d.ts
No OneTemporary

File Metadata

Created
Sat, Jul 26, 00:39

Jumbotron.d.ts

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;

Event Timeline