UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

11 lines (10 loc) 324 B
export var StickyProps = { className: '', headerHeight: undefined, sticky: true, top: '', check: false, transparentTitle: false, onStickyChange: function (status) { return status; }, onGetHeaderHeight: function (height) { return height; }, // 获取到header高度时顺便抛出去一份 };