@progress/kendo-vue-common
Version:
Kendo UI for Vue Common Utilities package
20 lines (19 loc) • 526 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 n(e, t) {
return e[`${t}Ref`];
}
function r(e, t) {
return (f) => {
e[`${t}Ref`] = f;
};
}
export {
n as getRef,
r as setRef
};