mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修复option类型错误问题
This commit is contained in:
@@ -85,6 +85,7 @@ export const chartColorsSearch = {
|
||||
// 默认主题详细配置
|
||||
type ThemeJsonType = typeof themeJson
|
||||
export interface GlobalThemeJsonType extends Partial<ThemeJsonType> {
|
||||
dataset: any,
|
||||
[T:string]: any
|
||||
}
|
||||
export const globalThemeJson = themeJson
|
||||
|
||||
Reference in New Issue
Block a user