UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

20 lines (19 loc) 1.01 kB
import { default as _Tree } from './src/index.vue'; export declare const Tree: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, { setSelect: (newKeys?: (string | number)[]) => void; clearAllSelect: () => void; collapseAll: () => void; expandByKeys: (keys: (string | number)[]) => void; expandToSelected: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { value: string | number; label: string | number; disabled: string | number; children: string | number; returnParentData: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>; export type TreeInstance = InstanceType<typeof _Tree>;