UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

13 lines (12 loc) 821 B
import { ContextMenuOption } from './context-menu-option'; import * as i0 from "@angular/core"; export declare class ContextMenuItemComponent { action: ContextMenuOption; hasIcons: boolean; isEnabled: boolean; isIconEnabled: boolean; hasChildren: boolean; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ContextMenuItemComponent, "systelab-context-menu-item", never, { "action": { "alias": "action"; "required": false; }; "hasIcons": { "alias": "hasIcons"; "required": false; }; "isEnabled": { "alias": "isEnabled"; "required": false; }; "isIconEnabled": { "alias": "isIconEnabled"; "required": false; }; "hasChildren": { "alias": "hasChildren"; "required": false; }; }, {}, never, never, false, never>; }