@progress/kendo-vue-inputs
Version:
24 lines (23 loc) • 779 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 a, createVNode as e } from "vue";
import { packageMetadata as r } from "../package-metadata.mjs";
import { validatePackage as t } from "@progress/kendo-vue-common";
const i = /* @__PURE__ */ a({
created() {
t(r);
},
render() {
return e("span", {
class: "k-input-separator k-input-separator-vertical"
}, null);
}
});
export {
i as InputSeparator
};