UNPKG

@progress/kendo-react-map

Version:
20 lines (19 loc) 630 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 s } from "./base-event.mjs"; class i extends s { /** * @hidden */ constructor(e, t) { super(t), this.layer = e.layer, this.shape = e.shape, this.originalEvent = e.originalEvent; } } export { i as ShapeClickEvent };