UNPKG

vue-tree-polyfill

Version:

A vue tree component using virtual list.

7 lines (6 loc) 318 B
import { IEventNames } from "../store/tree-event-target"; export declare const TREE_NODE_EVENTS: string[]; export declare const STORE_EVENTS: Array<keyof IEventNames>; export declare const TREE_EVENTS: string[]; export declare const TREE_SEARCH_EVENTS: string[]; export declare const TREE_DROP_EVENTS: string[];