qt-public-ui
Version:
新设计规范下业务组件库
14 lines (12 loc) • 713 B
Markdown
全局化配置
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| iconfont | iconfont js地址url | string | - |
| children | children节点 | React.ReactElement | - |
| theme | 主题 | 'analytical' \| 'operational' \| 'analytical-dark' \| 'operational-dark' | 'analytical' |
| trackPrefix | 轨迹前缀,产品名前缀 | string | '' |
| requestConfig | ajax请求配置 | any | - |
| globalFetchFn | 全局请求方法 | (service: any) => Promise<\any> | - |
| exportConfig | 导出全局配置 | [ExportContextProps](/
| ...configProvider | 继承Antd ConfigProvider Props | ConfigProviderProps | https://ant.design/components/config-provider-cn/#API |