UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

11 lines (10 loc) 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AnnotationDragDeltaEventArgs = void 0; var AnnotationDragDeltaEventArgs = /** @class */ (function () { function AnnotationDragDeltaEventArgs(sender) { this.sender = sender; } return AnnotationDragDeltaEventArgs; }()); exports.AnnotationDragDeltaEventArgs = AnnotationDragDeltaEventArgs;