UNPKG

ngx-diagrams

Version:

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

11 lines (10 loc) 350 B
import { LabelModel } from '../../models/label.model'; import { Observable } from 'rxjs'; export declare class DefaultLabelModel extends LabelModel { private _label; label$: Observable<string>; constructor(label?: string, type?: string); setLabel(label: string): void; getLabel(): string; selectLabel(): Observable<string>; }