Merge pull request #6799 from adidahiya/react-css-transition-group

[React] Fix linting errors and add support for transition timeout props on CSSTransitionGroup
This commit is contained in:
John Reilly
2015-11-25 12:01:29 +00:00
15 changed files with 74 additions and 73 deletions
+2 -2
View File
@@ -187,7 +187,7 @@ declare namespace __React {
displayName?: string;
propTypes?: ValidationMap<any>;
contextTypes?: ValidationMap<any>;
childContextTypes?: ValidationMap<any>
childContextTypes?: ValidationMap<any>;
getDefaultProps?(): P;
getInitialState?(): S;
@@ -1884,7 +1884,7 @@ declare namespace __React {
xmlLang?: string;
xmlSpace?: string;
y1?: number | string;
y2?: number | string
y2?: number | string;
y?: number | string;
}