@visactor/vchart
Version:
charts lib based @visactor/VGrammar
8 lines (7 loc) • 487 B
TypeScript
import { type IOrientType } from '../../typings';
import type { ComponentThemeWithDirection } from '../interface';
import { ComponentTypeEnum } from '../interface/type';
export declare function getComponentThemeFromGlobalTheme(type: ComponentTypeEnum, getTheme: (...key: string[]) => any, componentSpec: any, chartSpec: any): any;
export declare const getComponentThemeWithDirection: <T>(componentSpec: {
orient?: IOrientType;
}, originalTheme: ComponentThemeWithDirection<T>) => T;