cssEmphasis.d.ts 209 B

123
  1. import Displayable from '../graphic/Displayable';
  2. import { BrushScope, SVGVNodeAttrs } from './core';
  3. export declare function createCSSEmphasis(el: Displayable, attrs: SVGVNodeAttrs, scope: BrushScope): void;