UNPKG

@progress/kendo-vue-buttons

Version:
19 lines (18 loc) 617 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { getDefaultSlots as t } from "@progress/kendo-vue-common"; import { defineComponent as o } from "vue"; const a = /* @__PURE__ */ o({ name: "KendoButtonWrap", render() { return t(this)[0]; } }); export { a as ButtonWrap };