UNPKG

434 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2import { NgxEchartsDirective, NgxEchartsConfig, NGX_ECHARTS_CONFIG, ThemeOption } from './ngx-echarts.directive';
3export declare class NgxEchartsModule {
4 static forRoot(config: NgxEchartsConfig): ModuleWithProviders<NgxEchartsModule>;
5 static forChild(): {
6 ngModule: typeof NgxEchartsModule;
7 };
8}
9export { NgxEchartsDirective, NGX_ECHARTS_CONFIG, ThemeOption };