UNPKG

@progress/kendo-react-map

Version:
20 lines (19 loc) 612 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 i } from "./base-event.mjs"; class r extends i { /** * @hidden */ constructor(t, o) { super(o), this.location = t.location, this.originalEvent = t.originalEvent; } } export { r as MapClickEvent };