2 lines
436 B
JavaScript
2 lines
436 B
JavaScript
import{z as t,j as a,c as l,s as o}from"./bundle.ad02ee3a.js";function r(e){const s=t();return a("div",{className:`border px-4 py-5 shadow rounded overflow-auto sm:p-6 space-y-2 ${e.className}`,style:{backgroundColor:s.$1,borderColor:s.$5,...e.style},children:[l("dd",{className:"text-xl font-medium",children:e.title}),a("dt",{className:o("text-sm",{truncate:!e.withoutTruncate}),children:[e.value," ",e.children]})]})}export{r as I};
|