UNPKG

organization-chart-vue3

Version:

A lightweight, interactive organization chart component for Vue 3 with collapsible nodes, TypeScript types, custom slots, and selection events

14 lines (13 loc) 628 B
import { type PropType, type VNodeChild } from "vue"; declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ render: { type: PropType<() => VNodeChild>; required: true; }; }>, () => VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ render: { type: PropType<() => VNodeChild>; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;