UNPKG

123 BTypeScriptView Raw
1export declare class ChartEvent {
2 originalEvent: Event;
3 context: any;
4 constructor(event: any, context: any);
5}