From b197e2616db62e25227548bfdb085f4e1f2908f0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 31 Oct 2022 23:15:20 +0300 Subject: Cleanup JSDoc warnings --- vnext/src/ui/Icon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui/Icon.js') diff --git a/vnext/src/ui/Icon.js b/vnext/src/ui/Icon.js index c959e2d1..3255346f 100644 --- a/vnext/src/ui/Icon.js +++ b/vnext/src/ui/Icon.js @@ -32,7 +32,7 @@ function IconElement(props) { } /** - * @param {React.ReactElement} Html + * @param {import('react').ReactElement} Html * @param {string} klass */ function wrapSpinner(Html, klass) { -- cgit v1.2.3