t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
2 lines (1 loc) • 513 B
JavaScript
;Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={show:{type:Boolean,default:()=>!1},close:{type:Boolean,default:()=>!1},text:{type:String,default:()=>""},fontColor:{type:String,default:()=>""},iconColor:{type:String,default:()=>""},fontSize:{type:String,default:()=>""},background:{type:String,default:()=>""},opacity:{type:Number,default:()=>null},icon:{type:Object,default:()=>null},closeEnd:{type:Function,default:()=>null}};exports.Props=e;