aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Avatar.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/Avatar.js')
-rw-r--r--vnext/src/ui/Avatar.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/src/ui/Avatar.js b/vnext/src/ui/Avatar.js
index b7ffb102..0ec679df 100644
--- a/vnext/src/ui/Avatar.js
+++ b/vnext/src/ui/Avatar.js
@@ -6,11 +6,11 @@ import Icon from './Icon';
import './Avatar.css';
/**
- * @typedef {Object} AvatarProps
+ * @typedef {object} AvatarProps
* @property {import('../api').User} user
- * @property {React.CSSProperties=} style
+ * @property {import('react').CSSProperties=} style
* @property {string=} link
- * @property {React.ReactNode=} children
+ * @property {import('react').ReactNode=} children
*/
/**