UNPKG
@idcpj/vue-tree
Version:
latest (3.2.2)
3.2.2
3.2.1
3.2.0
A vue tree component using virtual list.
github.com/idcpj/vue-tree
@idcpj/vue-tree
/
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
}