@progress/kendo-vue-charts
Version:
9 lines (8 loc) • 634 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./preventable-event.js");class s extends r.PreventableEvent{constructor(t,e){super(e),this.axis=t.axis,this.from=t.from,this.to=t.to}}exports.SelectStartEvent=s;