Assist_Design/apps/portal/public/storybook/assets/SectionHeader-Bo81Whai.js

2 lines
584 B
JavaScript
Raw Normal View History

import{j as e}from"./jsx-runtime-D_zvdyIk.js";function i({title:t,children:r,className:s}){return e.jsxs("div",{className:["flex items-center justify-between",s].filter(Boolean).join(" "),children:[e.jsx("h2",{className:"text-lg font-semibold text-foreground",children:t}),r]})}i.__docgenInfo={description:"",methods:[],displayName:"SectionHeader",props:{title:{required:!0,tsType:{name:"string"},description:""},children:{required:!1,tsType:{name:"ReactReactNode",raw:"React.ReactNode"},description:""},className:{required:!1,tsType:{name:"string"},description:""}}};export{i as S};