UNPKG

vue-google-charts

Version:
10 lines 334 B
import { loadGoogleCharts } from './lib/google-charts-loader'; import { GChart } from './components/GChart'; export declare function install(): void; export { loadGoogleCharts, GChart }; declare const plugin: { version: string | undefined; install: typeof install; }; export default plugin; //# sourceMappingURL=index.d.ts.map