kwikui
Version:
KwikID's UI Component Library in Angular
24 lines (23 loc) • 830 B
TypeScript
import { OnInit, SimpleChanges } from "@angular/core";
import * as i0 from "@angular/core";
export declare class KwikUILabelValuePairComponent implements OnInit {
config: {
separator: string;
orientation: string;
placeholder: string;
customStyles: {
label: {};
value: {};
placeholder: {};
container: {};
};
};
data: any[];
id: string;
constructor();
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): void;
private validateInputProperty;
static ɵfac: i0.ɵɵFactoryDeclaration<KwikUILabelValuePairComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<KwikUILabelValuePairComponent, "kwikui-label-value-pair", never, { "config": "config"; "data": "data"; "id": "id"; }, {}, never, never>;
}