import type { IInitThemeOption } from '@visactor/vchart-theme-utils'; export interface IInitVChartSemiThemeOption extends IInitThemeOption { isWatchingThemeSwitch?: boolean; }