diff options
Diffstat (limited to 'vnext/src/ui/Icon.js')
-rw-r--r-- | vnext/src/ui/Icon.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/src/ui/Icon.js b/vnext/src/ui/Icon.js index 3255346f..acf7bccf 100644 --- a/vnext/src/ui/Icon.js +++ b/vnext/src/ui/Icon.js @@ -5,7 +5,7 @@ import PropTypes from 'prop-types'; import evilIcons from 'evil-icons/assets/sprite.svg'; /** - * @typedef {Object} IconProps + * @typedef {object} IconProps * @property {string} size * @property {string=} className * @property {string} name @@ -14,6 +14,7 @@ import evilIcons from 'evil-icons/assets/sprite.svg'; /** * Icon inner component + * * @param {IconProps} props - icon props */ function IconElement(props) { |