UNPKG
@egova/components
Version:
latest (0.0.1-alpha.22)
0.0.1-alpha.22
0.0.1-alpha.21
0.0.1-alpha.20
0.0.1-alpha.19
0.0.1-alpha.18
0.0.1-alpha.16
0.0.1-alpha.15
0.0.1-alpha.14
0.0.1-alpha.13
0.0.1-alpha.12
0.0.1-alpha.11
0.0.1-alpha.10
0.0.1-alpha.9
0.0.1-alpha.8
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
components
@egova/components
/
dist
/
types
/
components
/
image-viewer
/
directives.d.ts
6 lines
(5 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
declare
function
handImageLoading
(
el
:
any
,
binding
:
any
,
vnode
:
any
):
void
;
declare
const
_default
: {
image
:
typeof
handImageLoading; };
export
default
_default;