UNPKG

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