props.js 1.1 KB

1
  1. "use strict";const e=require("../../libs/config/props.js"),o={props:{name:{type:String,default:()=>e.defProps.icon.name},color:{type:String,default:()=>e.defProps.icon.color},size:{type:[String,Number],default:()=>e.defProps.icon.size},bold:{type:Boolean,default:()=>e.defProps.icon.bold},index:{type:[String,Number],default:()=>e.defProps.icon.index},hoverClass:{type:String,default:()=>e.defProps.icon.hoverClass},customPrefix:{type:String,default:()=>e.defProps.icon.customPrefix},label:{type:[String,Number],default:()=>e.defProps.icon.label},labelPos:{type:String,default:()=>e.defProps.icon.labelPos},labelSize:{type:[String,Number],default:()=>e.defProps.icon.labelSize},labelColor:{type:String,default:()=>e.defProps.icon.labelColor},space:{type:[String,Number],default:()=>e.defProps.icon.space},imgMode:{type:String,default:()=>e.defProps.icon.imgMode},width:{type:[String,Number],default:()=>e.defProps.icon.width},height:{type:[String,Number],default:()=>e.defProps.icon.height},top:{type:[String,Number],default:()=>e.defProps.icon.top},stop:{type:Boolean,default:()=>e.defProps.icon.stop}}};exports.props=o;