UNPKG

antd-mini

Version:

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

12 lines (11 loc) 316 B
export interface IStickyProps { className: string; headerHeight: number; sticky: boolean; top: string; check: boolean; transparentTitle: boolean; onStickyChange: (status: boolean) => void; onGetHeaderHeight: (height: number) => void; } export declare const StickyProps: IStickyProps;