UNPKG
vue-tree-kl
Version:
latest (1.0.0)
1.0.0
A vue tree component using virtual list.
github.com/wsfe/vue-tree
vue-tree-kl
/
src
/
env.d.ts
6 lines
(5 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
declare
module
'*.vue'
{
import
type
{ defineComponent }
from
'vue'
const
Component
:
ReturnType
<
typeof
defineComponent>
export
default
Component
}