@progress/kendo-vue-buttons
Version:
20 lines (19 loc) • 635 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 o, createVNode as r } from "vue";
const a = /* @__PURE__ */ o({
name: "KendoToolbarItem",
render() {
return r("div", {
class: "k-toolbar-separator k-separator"
}, null);
}
});
export {
a as ToolbarSeparator
};