@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
2 lines (1 loc) • 563 B
JavaScript
var a=(...t)=>t.filter(e=>e!==!0&&!!e).map(e=>Array.isArray(e)?a(...e):typeof e=="object"?Object.keys(e).map((l,o)=>e[o]||e[l]&&l||null).filter(l=>l!==null).join(" "):e).filter(e=>!!e).join(" ");import{jsx as c}from"react/jsx-runtime";var n="k-scheduler-group",r=[],s={},d={orientation:"horizontal"},i=t=>{let{orientation:e=d.orientation,...l}=t;return c("div",{...l,className:a(n,t.className,{"k-group-horizontal":e==="horizontal"}),children:t.children})};i.states=r;i.options=s;i.defaultOptions=d;i.className=n;var $=i;export{i as SchedulerGroup,$ as default};