Merge pull request #14333 from olmobrutall/addJustified

add justified to tabs
This commit is contained in:
Daniel Rosenwasser
2017-01-30 10:17:43 -08:00
committed by GitHub

View File

@@ -606,6 +606,7 @@ declare namespace ReactBootstrap {
position?: string;
tabWidth?: any; // TODO: Add more specific type
unmountOnExit?: boolean;
justified?: boolean;
}
type Tabs = React.ClassicComponent<TabsProps, {}>;
var Tabs: React.ClassicComponentClass<TabsProps>;