import { S2Options } from '../../../node_modules/@antv/s2/esm/index.d.ts'; import { SheetThemeColorType, SheetThemeType } from '../../common-extra'; export interface ThemePanelOptions { hierarchyType: S2Options['hierarchyType']; themeType: (typeof SheetThemeType)[keyof typeof SheetThemeType]; colorType: (typeof SheetThemeColorType)[keyof typeof SheetThemeColorType]; }