You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
384 B

import{d as c,f as r,o as n,g as a,a9 as l}from"./index-f4658ae7.js";const u=c({__name:"CustomDivider",props:{height:{type:String,default:"1px"},width:{type:String,default:"100%"},color:{type:String,default:"#cccccc"}},setup(e){const t=e,o=r(()=>({height:t.height,width:t.width,backgroundColor:t.color}));return(i,s)=>(n(),a("div",{style:l(o.value)},null,4))}});export{u as default};