UNPKG

@deepkit/desktop-ui

Version:

Library for desktop UI widgets in Angular 10+

14 lines (13 loc) 812 B
import * as i0 from "@angular/core"; export declare class LabelComponent { label: string; static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "dui-label", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>; } export declare class LabelGridComponent { labelWidth: string | number; labelMaxWidth: string | number; get templateColumns(): string; static ɵfac: i0.ɵɵFactoryDeclaration<LabelGridComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LabelGridComponent, "dui-label-grid", never, { "labelWidth": { "alias": "labelWidth"; "required": false; }; "labelMaxWidth": { "alias": "labelMaxWidth"; "required": false; }; }, {}, never, ["*"], false, never>; }