"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;