UNPKG

lulouis-vant

Version:

Lightweight Mobile UI Components built on Vue

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