UNPKG

vuescroll

Version:

A powerful, customizable, multi-mode scrollbar plugin based on Vue.js

13 lines (10 loc) 196 B
/** * Augment the typings of Vue.js */ import Vue from 'vue'; import Config from './Config'; declare module 'vue/types/vue' { interface Vue { $vuescrollConfig: Config; } }