export interface IBackTopEmit { /** 点击触发 */ (e: 'click'): void }