props.js 884 B

1
  1. "use strict";const e=require("../../libs/config/props.js"),t={props:{duration:{type:Number,default:()=>e.defProps.tabs.duration},list:{type:Array,default:()=>e.defProps.tabs.list},lineColor:{type:String,default:()=>e.defProps.tabs.lineColor},activeStyle:{type:[String,Object],default:()=>e.defProps.tabs.activeStyle},inactiveStyle:{type:[String,Object],default:()=>e.defProps.tabs.inactiveStyle},lineWidth:{type:[String,Number],default:()=>e.defProps.tabs.lineWidth},lineHeight:{type:[String,Number],default:()=>e.defProps.tabs.lineHeight},lineBgSize:{type:String,default:()=>e.defProps.tabs.lineBgSize},itemStyle:{type:[String,Object],default:()=>e.defProps.tabs.itemStyle},scrollable:{type:Boolean,default:()=>e.defProps.tabs.scrollable},current:{type:[Number,String],default:()=>e.defProps.tabs.current},keyName:{type:String,default:()=>e.defProps.tabs.keyName}}};exports.props=t;