From 259fb98d87dce48251a51eddeaac393f218fd573 Mon Sep 17 00:00:00 2001 From: Gray Choi Date: Fri, 3 Jun 2016 16:41:47 +0900 Subject: [PATCH] typo miss --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index acf73b3f39..27b61a8e45 100644 --- a/index.d.ts +++ b/index.d.ts @@ -837,7 +837,7 @@ export class MenuItemGroup extends React.Component { } interface MenuProps { - id?: string; + id?: string, /** 主题颜色*/ theme?:'light' | 'dark', /** 菜单类型 enum: `vertical` `horizontal` `inline`*/