UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

10 lines (9 loc) 303 B
import type { SimpleAttrs } from '../attr'; import type { HighlighterDefinition } from './index'; export interface StrokeHighlighterOptions { padding?: number; rx?: number; ry?: number; attrs?: SimpleAttrs; } export declare const stroke: HighlighterDefinition<StrokeHighlighterOptions>;