@pepperi/lib
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1.
14 lines (13 loc) • 681 B
TypeScript
import * as i0 from "@angular/core";
export declare class PepperiFieldTitleComponent {
label: string;
required: boolean;
disabled: boolean;
maxFieldCharacters: number;
xAlignment: string;
showTitle: boolean;
inputLength: number;
constructor();
static ɵfac: i0.ɵɵFactoryDef<PepperiFieldTitleComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<PepperiFieldTitleComponent, "pep-field-title", never, { "label": "label"; "required": "required"; "disabled": "disabled"; "maxFieldCharacters": "maxFieldCharacters"; "xAlignment": "xAlignment"; "showTitle": "showTitle"; "inputLength": "inputLength"; }, {}, never, never>;
}