@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
2 lines (1 loc) • 486 B
JavaScript
var t=(...i)=>i.filter(e=>e!==!0&&!!e).map(e=>Array.isArray(e)?t(...e):typeof e=="object"?Object.keys(e).map((l,a)=>e[a]||e[l]&&l||null).filter(l=>l!==null).join(" "):e).filter(e=>!!e).join(" ");import{Fragment as o,jsx as n}from"react/jsx-runtime";var d="k-input-suffix",r={direction:"horizontal"},y=i=>{let{direction:e=r.direction,...l}=i;return i.children?n("span",{...l,className:t(d,i.className,{[`k-input-suffix-${e}`]:e}),children:i.children}):n(o,{})};export{y as InputSuffix};