UNPKG

tyh-ui2

Version:

The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.

2 lines (1 loc) 430 B
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={title:String,message:String,time:{type:Number,default:()=>3500},position:{type:String,default:()=>"top-right",validator:t=>["top-left","top-right","bottom-left","bottom-right",""].includes(t)},close:Boolean,type:{type:String,validator:t=>["primary","success","danger","warning",""].includes(t)}};exports.Props=e;