UNPKG

vue-ripple-effect

Version:
5 lines 148 B
import Vue, { PluginFunction } from 'vue' export interface VueRippleEffectObject { mbRipple: Vue install(vue: typeof Vue, options?: any): void }