UNPKG

ngx-diagrams

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.

10 lines (9 loc) 276 B
import { LinkModel } from '../../models/link.model'; export declare class DefaultLinkModel extends LinkModel { width: number; color: string; curvyness: number; constructor(type?: string); setWidth(width: number): void; setColor(color: string): void; }