UNPKG

vant-fork

Version:

Lightweight Mobile UI Components built on Vue

8 lines (5 loc) 140 B
import Vue, { PluginFunction } from 'vue'; export interface Lazyload { install: PluginFunction<void> } export const Lazyload: Lazyload;