UNPKG

vue-google-charts

Version:
9 lines 198 B
import { GoogleViz } from './types'; import Vue from 'vue'; declare global { interface Window { google?: GoogleViz; Vue?: typeof Vue; } } //# sourceMappingURL=window.d.ts.map