@progress/kendo-react-common
Version:
React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package
21 lines (20 loc) • 589 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
*-------------------------------------------------------------------------------------------
*/
function v(t, n, e, i) {
if (t) {
const a = {
syntheticEvent: n,
nativeEvent: n.nativeEvent,
target: e
};
t.call(void 0, Object.assign(a, i));
}
}
export {
v as dispatchEvent
};