feat: add ConfigProvider component (#8854)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user