@progress/kendo-vue-layout
Version:
22 lines (21 loc) • 693 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 t } from "vue";
import { getDefaultSlots as r } from "@progress/kendo-vue-common";
const a = /* @__PURE__ */ e({
name: "KendoCardBody",
render() {
const o = r(this);
return t("div", {
class: "k-card-body"
}, [o]);
}
});
export {
a as CardBody
};