Alphabetized

This commit is contained in:
valorize
2016-11-10 09:06:40 +01:00
committed by GitHub
parent 2b4f52b1eb
commit e25ee6787a

View File

@@ -540,6 +540,7 @@ declare namespace ReactBootstrap {
brand?: any; // TODO: Add more specific type
bsSize?: Sizes;
bsStyle?: string;
collapseOnSelect?: boolean;
componentClass?: React.ReactType;
defaultNavExpanded?: boolean;
fixedBottom?: boolean;
@@ -551,7 +552,6 @@ declare namespace ReactBootstrap {
staticTop?: boolean;
toggleButton?: any; // TODO: Add more specific type
toggleNavKey?: string | number;
collapseOnSelect?: boolean;
}
interface NavbarClass extends React.ClassicComponentClass<NavbarProps> {
Brand: typeof NavbarBrand;