UNPKG
vue-tree-polyfill
Version:
latest (4.1.1)
4.1.1
A vue tree component using virtual list.
github.com/wsfe/vue-tree
vue-tree-polyfill
/
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
}