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