UNPKG

@progress/kendo-react-charts

Version:

React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package

21 lines (20 loc) 648 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 { // tslint:enable:max-line-length /** * @hidden */ constructor(s, t) { super(t), this.axisRanges = s.axisRanges, this.nativeEvent = s.originalEvent; } } export { i as ZoomEndEvent };