UNPKG
zly-vant-ui
Version:
latest (1.0.3)
latest-v2 (1.0.1)
1.0.3
1.0.2
1.0.1
1.0.0
Mobile UI Components built on Vue
zly-vant-ui
/
types
/
lazyload.d.ts
8 lines
(5 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
PluginFunction
}
from
'vue'
;
export
interface
Lazyload
{
install
:
PluginFunction
<
void
>; }
export
const
Lazyload
:
Lazyload
;