scichart
Version:
Fast WebGL JavaScript Charting Library and Framework
10 lines (9 loc) • 365 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.AnnotationDragDeltaEventArgs = void 0;
var AnnotationDragDeltaEventArgs = /** @class */ (function () {
function AnnotationDragDeltaEventArgs() {
}
return AnnotationDragDeltaEventArgs;
}());
exports.AnnotationDragDeltaEventArgs = AnnotationDragDeltaEventArgs;
;