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