import Vue from "vue";
export interface VueInject {
    instance: Vue;
    object: any;
}
