From b4f84087b19dacea93781835e2f8cf66aeb687f2 Mon Sep 17 00:00:00 2001 From: shaikdev 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 c5b51f5..8761d41 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,