UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

11 lines (10 loc) 237 B
import ListState from './list-state'; /** * 图例项和坐标轴文本选中的 Action * @ignore */ declare class ListSelected extends ListState { protected stateName: string; selected(): void; } export default ListSelected;