@progress/kendo-vue-charts
Version:
23 lines (22 loc) • 565 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
*-------------------------------------------------------------------------------------------
*/
class o {
/**
* @hidden
*/
constructor(t, n) {
this.sender = t, this.event = n;
}
}
function r(e, t) {
return new o(e, t);
}
export {
o as DomEvent,
r as toDomEvent
};