UNPKG

@harbor/ui

Version:

Harbor shared UI components based on Clarity and Angular6

12 lines (11 loc) 316 B
import { OnInit, OnChanges } from '@angular/core'; import { Label } from "../service/interface"; export declare class LabelPieceComponent implements OnInit, OnChanges { label: Label; labelWidth: number; labelColor: { [key: string]: string; }; ngOnChanges(): void; ngOnInit(): void; }