UNPKG

@progress/kendo-vue-layout

Version:
30 lines (29 loc) 878 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 o, createVNode as r } from "vue"; import { getDefaultSlots as s, classNames as n } from "@progress/kendo-vue-common"; const f = /* @__PURE__ */ o({ name: "KendoActionSheetFooter", props: { footerClassName: { type: String, default: void 0 } }, render() { const e = s(this), { footerClassName: t } = this.$props; return r("div", { class: n("k-actionsheet-footer", t) }, [e]); } }); export { f as ActionSheetFooter };