UNPKG

596 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./bubble-chart.component";
3import * as i2 from "./bubble-series.component";
4import * as i3 from "../common/chart-common.module";
5export declare class BubbleChartModule {
6 static ɵfac: i0.ɵɵFactoryDeclaration<BubbleChartModule, never>;
7 static ɵmod: i0.ɵɵNgModuleDeclaration<BubbleChartModule, [typeof i1.BubbleChartComponent, typeof i2.BubbleSeriesComponent], [typeof i3.ChartCommonModule], [typeof i1.BubbleChartComponent, typeof i2.BubbleSeriesComponent]>;
8 static ɵinj: i0.ɵɵInjectorDeclaration<BubbleChartModule>;
9}