2 lines
554 B
JavaScript
2 lines
554 B
JavaScript
import{j as e}from"./jsx-runtime-D_zvdyIk.js";import{F as r}from"./InformationCircleIcon-Clz7d-56.js";function t({text:s}){return e.jsx("div",{className:"mb-6 p-4 bg-blue-50 rounded-lg border border-blue-200",children:e.jsxs("div",{className:"flex items-start gap-2",children:[e.jsx(r,{className:"h-5 w-5 text-blue-500 flex-shrink-0 mt-0.5"}),e.jsx("p",{className:"text-sm text-blue-700",children:s})]})})}t.__docgenInfo={description:"",methods:[],displayName:"HelpPanel",props:{text:{required:!0,tsType:{name:"string"},description:""}}};export{t as H};
|