props.js 1.3 KB

1
  1. "use strict";const e=require("../../libs/config/props.js"),t={props:{type:{type:String,default:()=>e.defProps.text.type},show:{type:Boolean,default:()=>e.defProps.text.show},text:{type:[String,Number],default:()=>e.defProps.text.text},prefixIcon:{type:String,default:()=>e.defProps.text.prefixIcon},suffixIcon:{type:String,default:()=>e.defProps.text.suffixIcon},mode:{type:String,default:()=>e.defProps.text.mode},href:{type:String,default:()=>e.defProps.text.href},format:{type:[String,Function],default:()=>e.defProps.text.format},call:{type:Boolean,default:()=>e.defProps.text.call},openType:{type:String,default:()=>e.defProps.text.openType},bold:{type:Boolean,default:()=>e.defProps.text.bold},block:{type:Boolean,default:()=>e.defProps.text.block},lines:{type:[String,Number],default:()=>e.defProps.text.lines},color:{type:String,default:()=>e.defProps.text.color},size:{type:[String,Number],default:()=>e.defProps.text.size},iconStyle:{type:[Object,String],default:()=>e.defProps.text.iconStyle},decoration:{tepe:String,default:()=>e.defProps.text.decoration},margin:{type:[Object,String,Number],default:()=>e.defProps.text.margin},lineHeight:{type:[String,Number],default:()=>e.defProps.text.lineHeight},align:{type:String,default:()=>e.defProps.text.align},wordWrap:{type:String,default:()=>e.defProps.text.wordWrap}}};exports.props=t;