kwikui
Version:
KwikID's UI Component Library in Angular
12 lines (11 loc) • 545 B
TypeScript
import { OnInit, SimpleChanges } from "@angular/core";
import * as i0 from "@angular/core";
export declare class LabelValuePairLabelComponent implements OnInit {
label: any;
config: any;
constructor();
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LabelValuePairLabelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LabelValuePairLabelComponent, "kwikui-label-value-pair-label", never, { "label": "label"; "config": "config"; }, {}, never, never>;
}