@progress/kendo-vue-buttons
Version:
20 lines (19 loc) • 610 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
*-------------------------------------------------------------------------------------------
*/
import { defineComponent as e, createVNode as o } from "vue";
const n = /* @__PURE__ */ e({
name: "KendoToolbarItem",
render() {
return o("span", {
class: "k-spacer"
}, null);
}
});
export {
n as ToolbarSpacer
};