index-29330e92.js 467 B

1
  1. import{d as p,o,c as t,C as s,aE as e}from"./index-bf9ff227.js";const i=p({name:"Divider",__name:"index",props:{property:{}},setup:l=>(r,a)=>(o(),t("div",{class:"flex items-center",style:e({height:r.property.height+"px"})},[s("div",{class:"w-full",style:e({borderTopStyle:r.property.borderType,borderTopColor:r.property.lineColor,borderTopWidth:`${r.property.lineWidth}px`,margin:r.property.paddingType==="none"?"0":"0px 16px"})},null,4)],4))});export{i as default};