vue-google-charts
Version:
Reactive Vue.js wrapper for Google Charts lib
10 lines • 334 B
TypeScript
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