UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

11 lines (10 loc) 281 B
import Element from '../../../geometry/element/'; import Highlight from './highlight'; /** * Highlight color * @ignore */ declare class HighlightColor extends Highlight { protected setStateByElement(element: Element, enable: boolean): void; } export default HighlightColor;