UNPKG

@progress/kendo-vue-charts

Version:
20 lines (19 loc) 613 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { BaseEvent as e } from "./base-event.mjs"; class i extends e { /** * @hidden */ constructor(s, t) { super(t), this.axisRanges = s.axisRanges, this.nativeEvent = s.originalEvent; } } export { i as DragEndEvent };