mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-26 06:05:54 +08:00
Merge pull request #8753 from jwbay/react-transition-group-props
TransitionGroup spreads HTMLAttribute props onto its component
This commit is contained in:
@@ -486,7 +486,9 @@ React.createFactory(CSSTransitionGroup)({
|
||||
transitionName: "transition",
|
||||
transitionAppear: false,
|
||||
transitionEnter: true,
|
||||
transitionLeave: true
|
||||
transitionLeave: true,
|
||||
id: "some-id",
|
||||
className: "some-class"
|
||||
});
|
||||
|
||||
React.createFactory(CSSTransitionGroup)({
|
||||
|
||||
Reference in New Issue
Block a user