UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

14 lines (13 loc) 300 B
import ElementRangeState from './range-state'; /** * @ignore * 图表元素区域 Active 的 Action */ declare class ElementRangeActive extends ElementRangeState { protected stateName: string; /** * 图表元素 Active */ active(): void; } export default ElementRangeActive;