Popconfirm: Add popconfirm component (#17548)

* init

* init

* init docs

* init docs2

* init type

* update test

* update naming
This commit is contained in:
iamkun
2019-10-31 15:05:41 +08:00
committed by Zhi Cun
parent df3562d905
commit 2842399eb7
66 changed files with 631 additions and 2 deletions

View File

@@ -79,5 +79,6 @@
"page-header": "./packages/page-header/index.js",
"cascader-panel": "./packages/cascader-panel/index.js",
"avatar": "./packages/avatar/index.js",
"drawer": "./packages/drawer/index.js"
"drawer": "./packages/drawer/index.js",
"popconfirm": "./packages/popconfirm/index.js"
}