@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
2 lines (1 loc) • 523 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,d)=>e[d]||e[l]&&l||null).filter(l=>l!==null).join(" "):e).filter(e=>!!e).join(" ");import{jsx as a,jsxs as n}from"react/jsx-runtime";var r="k-grouping-header",f=i=>{let{dropHint:e,dropClue:l,...d}=i;return n("div",{...d,className:t(i.className,r),children:[l&&a("div",{className:"k-grouping-dropclue"}),i.children,a("div",{className:"k-grouping-drop-container",children:e})]})};export{f as GridGroupingHeader};