mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 13:32:17 +08:00
Merge pull request #14333 from olmobrutall/addJustified
add justified to tabs
This commit is contained in:
1
react-bootstrap/index.d.ts
vendored
1
react-bootstrap/index.d.ts
vendored
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user