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
/
lazy
/
types
/
Lazy.d.ts
13 lines
(12 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
interface
imageManagerOption {
el
:
HTMLElement
;
src
:
string
;
loading
:
string
;
error
:
string
;
cache
:
Set
<
string
>; }
export
interface
LazyOption
{
name
:
string
;
loading
?:
string
;
error
?:
string
; }