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