import lodash from 'lodash' // import { BaseModule } from './YvanModule' import Vue from 'vue' declare module '*.vue' { export default Vue } declare global { // const agGrid: any const layer: any // const webix: any const _: typeof lodash export function addTab( text: string, id: string ): // module: BaseModule void } // eslint-disable-next-line // eslint-disable-next-line