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