@progress/kendo-vue-common
Version:
Kendo UI for Vue Common Utilities package
15 lines (14 loc) • 506 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
*-------------------------------------------------------------------------------------------
*/
function e(o) {
const t = o.$slots.default;
return t && typeof t == "function" ? t() : t;
}
export {
e as getDefaultSlots
};