@progress/kendo-vue-inputs
Version:
9 lines (8 loc) • 660 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
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),n=e.defineComponent({name:"KendoSignatureLine",render(){return e.createVNode("div",{class:"k-signature-line",style:{zIndex:2,pointerEvents:"none"}},null)}});exports.SignatureLine=n;