UNPKG

@ahmedaoui/ngx-org-chart

Version:
12 lines (11 loc) 683 B
import { EventEmitter } from '@angular/core'; import { INode } from '../node'; import * as i0 from "@angular/core"; export declare class NgxChartNodeComponent { node?: INode; hasParent: boolean; direction: 'vertical' | 'horizontal'; itemClick: EventEmitter<INode>; static ɵfac: i0.ɵɵFactoryDeclaration<NgxChartNodeComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgxChartNodeComponent, "ngx-chart-node", never, { "node": { "alias": "node"; "required": false; }; "hasParent": { "alias": "hasParent"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, { "itemClick": "itemClick"; }, never, never, true, never>; }