From ae859acc31163fe0834eb05828112362e5b6ee09 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 24 Aug 2015 15:36:34 +0800 Subject: [PATCH] fix #185 typo --- components/notification/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/components/notification/index.md b/components/notification/index.md index 74fd342d57..23e6bdf258 100644 --- a/components/notification/index.md +++ b/components/notification/index.md @@ -31,7 +31,6 @@ config 参数如下: |----------- |--------------------------------------------- | ----------- |--------| | message | 通知提醒标题,必选 | React.Element or String | 无 | | description | 通知提醒内容,必选 | React.Element or String | 无 | -| duration | 通知提醒自动关闭延时,值为`0`表示不自动关闭 | Number | 3 | | btn | 自定义关闭按钮 | React.Element | 无 | | key | 当前通知唯一标志 | String | 无 | | onClose | 点击默认关闭按钮时触发的回调函数 | Function | 无 |