UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

3 lines (2 loc) 206 B
import type { IMarkGraphic } from '../interface/common'; export declare const addRuntimeState: (g: IMarkGraphic, stateName: string, attrs: any, keepCurrentStates?: boolean, hasAnimation?: boolean) => void;