@progress/kendo-react-map
Version:
KendoReact Map package
20 lines (19 loc) • 599 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
*-------------------------------------------------------------------------------------------
*/
import { PreventableEvent as r } from "./preventable-event.mjs";
class i extends r {
/**
* @hidden
*/
constructor(t, e) {
super(e), this.originalEvent = t.originalEvent;
}
}
export {
i as ZoomStartEvent
};