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