UNPKG

421 BTypeScriptView Raw
1export declare function createBaseOpts(chartCmp: any, seriesCmp: any, pointCmp: any, xAxisCmp: any, yAxisCmp: any, element: any): {
2 chart: {
3 renderTo: any;
4 events: {};
5 };
6 plotOptions: {
7 series: {
8 events: {};
9 point: {
10 events: {};
11 };
12 };
13 };
14 xAxis: {
15 events: {};
16 };
17 yAxis: {
18 events: {};
19 };
20};