From dcb0d89f5161dd619c965c7bfda1801cffa25520 Mon Sep 17 00:00:00 2001 From: yiminghe Date: Tue, 4 Aug 2015 15:20:43 +0800 Subject: [PATCH] fix notice api --- components/notification/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/notification/index.md b/components/notification/index.md index 227a2b4c97..0c0273ff57 100644 --- a/components/notification/index.md +++ b/components/notification/index.md @@ -24,8 +24,8 @@ config 参数如下: | 参数 | 说明 | 类型 | 默认值 | |----------- |--------------------------------------------- | ----------- |--------| -| message | 通知提醒标题,必选 | React.Element|String | 无 | -| description | 通知提醒内容,必选 | React.Element|String | 无 | +| message | 通知提醒标题,必选 | React.Element or String | 无 | +| description | 通知提醒内容,必选 | React.Element or String | 无 | | btn | 自定义关闭按钮 | React.Element | 无 | | key | 当前通知唯一标志 | String | 无 | | onClose | 点击默认关闭按钮时触发的回调函数 | Function | 无 |