@controladad/ng-base
Version:
Everything you need for Angular
12 lines (11 loc) • 820 B
TypeScript
import { ItemRecords$ } from '../../../../core';
import * as i0 from "@angular/core";
export declare class CacLicensePlateSelectComponent {
control: import("@al00x/forms").FormControlExtended<string | undefined, any>;
mini: boolean;
items?: ItemRecords$<string>;
label?: string;
hideError: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<CacLicensePlateSelectComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CacLicensePlateSelectComponent, "cac-license-plate-select", never, { "control": { "alias": "control"; "required": false; }; "mini": { "alias": "mini"; "required": false; }; "items": { "alias": "items"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hideError": { "alias": "hideError"; "required": false; }; }, {}, never, never, true, never>;
}