props.js 614 B

12
  1. "use strict";const e=require("../../libs/config/props.js"),t={props:{offsetTop:{type:[String,Number],default:()=>e.defProps.sticky.offsetTop},customNavHeight:{type:[String,Number],default:()=>e.defProps.sticky.customNavHeight},disabled:{type:Boolean,default:()=>e.defProps.sticky.disabled},bgColor:{type:String,default:()=>e.defProps.sticky.bgColor},zIndex:{type:[String,Number],default:()=>e.defProps.sticky.zIndex},index:{type:[String,Number],default:()=>e.defProps.sticky.index}}};exports.props=t;
  2. //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-sticky/props.js.map