@progress/kendo-vue-inputs
Version:
24 lines (23 loc) • 692 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 e, createVNode as n } from "vue";
const t = /* @__PURE__ */ e({
name: "KendoSignatureLine",
render() {
return n("div", {
class: "k-signature-line",
style: {
zIndex: 2,
pointerEvents: "none"
}
}, null);
}
});
export {
t as SignatureLine
};