UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

14 lines (13 loc) 278 B
import ElementSingleState from './single-state'; /** * @ignore * 单选的 Action */ declare class ElementSingleSelected extends ElementSingleState { protected stateName: string; /** * 选中 */ selected(): void; } export default ElementSingleSelected;