UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

2 lines (1 loc) 594 B
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={content:{type:String,default:()=>""},position:{type:String,default:()=>"bottom",validator:t=>["top","bottom","right","left"].includes(t)},disabled:{type:Boolean,default:()=>!1},state:{type:String,default:()=>"hover",validator:t=>["hover","active","always"].includes(t)},noArrow:{type:Boolean,default:()=>!1},bold:{type:Boolean,default:()=>!1},bright:{type:Boolean,default:()=>!1},background:{type:String,default:()=>""},fontColor:{type:String,default:()=>""}};exports.Props=e;