From 69a45c45d8f8cbfdccf1320da61d0a980022397d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20=D0=A1=D0=B2=D0=B5=D1=82=D0=BB=D1=8B=D0=B9?= Date: Mon, 17 Dec 2018 17:10:32 +0300 Subject: [PATCH] docs: Fix type declaration comment (#439) --- src/CSSTransition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CSSTransition.js b/src/CSSTransition.js index c5b51f5a..8761d418 100644 --- a/src/CSSTransition.js +++ b/src/CSSTransition.js @@ -96,7 +96,7 @@ const propTypes = { /** * A `` callback fired immediately after the 'exit-active' is applied. * - * @type Function(node: HtmlElement + * @type Function(node: HtmlElement) */ onExiting: PropTypes.func,