UNPKG

671 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2import { ChartComponent } from './ChartComponent';
3import { ChartSeriesComponent } from './ChartSeriesComponent';
4import { ChartPointComponent } from './ChartPointComponent';
5import { ChartXAxisComponent } from './ChartXAxisComponent';
6import { ChartYAxisComponent } from './ChartYAxisComponent';
7import { HighchartsStatic } from './HighchartsService';
8export declare class ChartModule {
9 static forRoot(highchartsStatic: HighchartsStatic, ...highchartsModules: Array<Function>): ModuleWithProviders;
10}
11export { ChartComponent, ChartSeriesComponent, ChartPointComponent, ChartXAxisComponent, ChartYAxisComponent };