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
/
types
/
components
/
LoadingIcon.vue.d.ts
3 lines
(2 loc)
•
269 B
TypeScript
View Raw
1
2
3
declare
const
_default
:
import
(
"vue"
).
DefineComponent
<{}, {}, {}, {}, {},
import
(
"vue"
).
ComponentOptionsMixin
,
import
(
"vue"
).
ComponentOptionsMixin
, {},
string
,
import
(
"vue"
).
PublicProps
,
Readonly
<
import
(
"vue"
).
ExtractPropTypes
<{}>>, {}, {}>;
export
default
_default;