UNPKG

doguinho

Version:

IoC and DI for Vue.js 2 with InversifyJS inspired by NestJS

5 lines (4 loc) 157 B
import { PluginFunction } from "vue"; export interface DoguinhoPluginOptions { } export declare const DoguinhoPlugin: PluginFunction<DoguinhoPluginOptions>;