feat: add ConfigProvider component (#8854)

This commit is contained in:
neverland
2021-06-13 20:22:23 +08:00
committed by GitHub
parent 0789d86de5
commit 96ca6679b0
8 changed files with 569 additions and 0 deletions
+8
View File
@@ -119,6 +119,10 @@ module.exports = {
path: 'cell',
title: 'Cell 单元格',
},
{
path: 'config-provider',
title: 'ConfigProvider 全局配置',
},
{
path: 'icon',
title: 'Icon 图标',
@@ -520,6 +524,10 @@ module.exports = {
path: 'cell',
title: 'Cell',
},
{
path: 'config-provider',
title: 'ConfigProvider',
},
{
path: 'icon',
title: 'Icon',