Skip to content

Commit

Permalink
remove typings
Browse files Browse the repository at this point in the history
  • Loading branch information
gevgeny committed Feb 12, 2017
1 parent 6c291ea commit 1879e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions dist/ChartEvent.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/// <reference types="highcharts" />
import * as highcharts from 'highcharts';
export declare class ChartEvent {
originalEvent: Event;
context: highcharts.ChartObject | highcharts.SeriesObject | highcharts.PointObject | highcharts.AxisObject;
context: any;
constructor(event: any, context: any);
}
2 changes: 1 addition & 1 deletion dist/ChartEvent.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1879e8f

Please sign in to comment.