Merge master into typings-2.0

* Changed Files
This commit is contained in:
Paul van Brenk
2016-08-18 14:53:30 -07:00
34 changed files with 498 additions and 327 deletions
+2
View File
@@ -23,6 +23,8 @@ declare namespace ReactTabs {
interface TabListProps {
className?: string;
activeTabClassName?: string;
disabledTabClassName?: string;
}
interface TabList extends React.ComponentClass<TabListProps> {}