@progress/kendo-vue-editor
Version:
26 lines (25 loc) • 741 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
/**
* @hidden
*/
declare const onDownPreventDefault: {
onMouseDown: (e: any) => any;
onPointerDown: (e: any) => any;
};
/**
* @hidden
*/
declare const userSelectNone: {
userSelect: string;
};
/**
* @hidden
*/
declare const formatString: (input: string, ...args: Array<any>) => string;
export { onDownPreventDefault, formatString, userSelectNone };