export interface IStickyEmits { /** 固定时候执行 */ change: [isFixed: boolean] }