@progress/kendo-react-inputs
Version:
React Inputs offer a customizable interface for users to enter and pick different information. KendoReact Input package
9 lines (8 loc) • 1.18 kB
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 u=require("react"),s=require("@progress/kendo-react-common");function l(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const a=l(u),c=a.forwardRef(({orientation:e="vertical",...t},r)=>{const n=a.useRef(null),o=a.useRef(null);return a.useImperativeHandle(n,()=>({element:o.current})),a.useImperativeHandle(r,()=>n.current),a.createElement("span",{...t,className:s.classNames("k-input-separator",t.className,`k-input-separator-${e}`)})});c.displayName="KendoReactInputSeparator";exports.InputSeparator=c;