From 5288e8ef41d45f646d30cacf8f938908faceb836 Mon Sep 17 00:00:00 2001 From: Jing Ma Date: Tue, 16 Oct 2018 20:26:07 +0800 Subject: [PATCH] Optimized type declaration of `tips` --- src/components/AvatarList/index.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AvatarList/index.zh-CN.md b/src/components/AvatarList/index.zh-CN.md index c229a5df..4ec0c136 100644 --- a/src/components/AvatarList/index.zh-CN.md +++ b/src/components/AvatarList/index.zh-CN.md @@ -19,5 +19,5 @@ cols: 1 | 参数 | 说明 | 类型 | 默认值 | |----------|------------------------------------------|-------------|-------| -| tips | 头像展示文案 | ReactNode\/string | - | +| tips | 头像展示文案 | ReactNode | - | | src | 头像图片连接 | string | - | -- GitLab