From 875798d52f2ae4e40c39a20e595895ec42288343 Mon Sep 17 00:00:00 2001 From: Jing Ma Date: Wed, 17 Oct 2018 11:34:53 +0800 Subject: [PATCH] Optimized type declaration of `tips` for en-US --- src/components/AvatarList/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AvatarList/index.en-US.md b/src/components/AvatarList/index.en-US.md index 58daaf96..862446f2 100644 --- a/src/components/AvatarList/index.en-US.md +++ b/src/components/AvatarList/index.en-US.md @@ -18,5 +18,5 @@ A list of user's avatar for project or group member list frequently. If a large | Property | Description | Type | Default | |----------|------------------------------------------|-------------|-------| -| tips | title tips for avatar item | ReactNode\/string | - | +| tips | title tips for avatar item | ReactNode | - | | src | the address of the image for an image avatar | string | - | -- GitLab