UNPKG

@idcpj/vue-tree

Version:

A vue tree component using virtual list.

3 lines (2 loc) 126 B
import type { Ref } from 'vue-demi'; export declare function getCtreeMethods<T>(treeRef: Ref<T>): Record<string, Function>;