MrShi
2025-07-19 9b1a32a3df7d54d19373551a3df34970d1a6a34f
1
2
3
import Displayable from '../graphic/Displayable';
import { BrushScope, SVGVNodeAttrs } from './core';
export declare function createCSSEmphasis(el: Displayable, attrs: SVGVNodeAttrs, scope: BrushScope): void;