Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#14333 from olmobrutall/addJustified
Browse files Browse the repository at this point in the history
add justified to tabs
  • Loading branch information
DanielRosenwasser authored Jan 30, 2017
2 parents 3abdcca + e52af75 commit 1ba02a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react-bootstrap/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 1ba02a8

Please sign in to comment.