@progress/kendo-vue-editor
Version:
19 lines (18 loc) • 578 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
*-------------------------------------------------------------------------------------------
*/
const t = {
userSelect: "none"
}, c = function(e, ...r) {
return r.forEach((n, o) => {
e = e.replace("{" + o + "}", String(n));
}), e;
};
export {
c as formatString,
t as userSelectNone
};