UNPKG

@progress/kendo-vue-charts

Version:
20 lines (19 loc) 619 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 { PreventableEvent as s } from "./preventable-event.mjs"; class i extends s { /** * @hidden */ constructor(t, r) { super(r), this.axis = t.axis, this.from = t.from, this.to = t.to; } } export { i as SelectStartEvent };