diff options
Diffstat (limited to 'vnext/src/ui/Icon.js')
-rw-r--r-- | vnext/src/ui/Icon.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |