UNPKG

ngx-svg-graphics

Version:

Small svg library to link components or svg elements with arrows and allow to drag components.

7 lines (6 loc) 138 B
export interface ArrowStyleConfiguration { color: string; dashed: number[]; startPointer?: string; endPointer?: string; }