UNPKG

@progress/kendo-vue-layout

Version:
28 lines (27 loc) 904 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 { defineComponent as n, createVNode as e } from "vue"; import { packageMetadata as a } from "../package-metadata.mjs"; import { getDefaultSlots as o, validatePackage as r } from "@progress/kendo-vue-common"; const c = /* @__PURE__ */ n({ name: "KendoExpansionPanelContent", created() { r(a); }, render() { const t = o(this); return e("div", { class: "k-expander-content-wrapper" }, [e("div", { class: "k-expander-content" }, [t])]); } }); export { c as ExpansionPanelContent };