UNPKG

vue-tree-kl

Version:

A vue tree component using virtual list.

6 lines (5 loc) 158 B
declare module '*.vue' { import type { defineComponent } from 'vue' const Component: ReturnType<typeof defineComponent> export default Component }