UNPKG
vue-next-directive
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.5
0.0.4
0.0.3
## introduction
github.com/lv-z-l/vue-next-directives
lv-z-l/vue-next-directives
vue-next-directive
/
lib
/
directives
/
loading
/
vLoading.d.ts
6 lines
(5 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
_default
: {
mounted
(
el
: HTMLElement,
binding
: any):
void
;
updated
(
el
: HTMLElement,
binding
: any):
void
; }; export
default
_default;