UNPKG

primevue

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue) [![Join the chat at https://gitter.im/primefaces/primevu

16 lines (15 loc) 482 B
import Vue, {VNode} from 'vue'; export declare class OrganizationChart extends Vue { value?: any; selectionKeys?: any; selectionMode?: string; collapsedKeys?: any; collapsible?: boolean; $emit(eventName: 'node-select', node: any): this; $emit(eventName: 'node-unselect', node: any): this; $emit(eventName: 'node-expand', node: any): this; $emit(eventName: 'node-collapsed', node: any): this; $slots: { [key: string]: VNode[]; } }