@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
2 lines (1 loc) • 542 B
JavaScript
var i=(...n)=>n.filter(e=>e!==!0&&!!e).map(e=>Array.isArray(e)?i(...e):typeof e=="object"?Object.keys(e).map((t,r)=>e[r]||e[t]&&t||null).filter(t=>t!==null).join(" "):e).filter(e=>!!e).join(" ");import{jsx as a}from"react/jsx-runtime";var o="k-page",d={width:"720px",height:"360px"},l=n=>{let{width:e=d.width,height:t=d.height,...r}=n;return a("div",{...r,className:i(n.className,o),style:{width:e,height:t},children:n.children})};l.className=o;l.defaultOptions=d;var b=l;export{o as PDFVIEWERPAGE_CLASSNAME,l as PDFViewerPage,b as default};