export interface IScrollListEmits { /** 滑动到左边时触发 */ scrollLeft: [] /** 滑动到右边时触发 */ scrollRight: [] }