UNPKG

zrender

Version:

A lightweight graphic library providing 2d draw for Apache ECharts

4 lines (3 loc) 209 B
import Displayable from '../graphic/Displayable'; import { BrushScope, SVGVNodeAttrs } from './core'; export declare function createCSSEmphasis(el: Displayable, attrs: SVGVNodeAttrs, scope: BrushScope): void;