UNPKG

vue-lazyload-token

Version:

Vue module for lazy-loading images in your vue.js applications.

14 lines (10 loc) 205 B
/** * Augment the typings of Vue.js */ import Vue from "vue"; import { VueLazyloadHandler } from "./index"; declare module "vue/types/vue" { interface Vue { $Lazyload: VueLazyloadHandler; } }