UNPKG

@acrodata/gui

Version:

JSON powered GUI for configurable panels.

13 lines (12 loc) 597 B
import { OnChanges } from '@angular/core'; import { GuiControl } from '../interface'; import * as i0 from "@angular/core"; export declare class GuiFieldLabel implements OnChanges { config: Partial<GuiControl>; index?: number; title: string; styless: boolean; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration<GuiFieldLabel, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GuiFieldLabel, "gui-field-label", never, { "config": { "alias": "config"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>; }