UNPKG

angular-google-charts

Version:

A wrapper for the Google Charts library written with Angular

5 lines (4 loc) 250 B
import { ChartType } from '../types/chart-type'; import { GoogleChartsConfig } from '../types/google-charts-config'; export declare function getPackageForChart(type: ChartType): string; export declare function getDefaultConfig(): GoogleChartsConfig;