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