export interface IStickyEmits { /** 固定时候执行 */ (e: 'change', isFixed: boolean): void }