UNPKG

hy-app

Version:

fix: 修复text和tag换掉

7 lines (6 loc) 173 B
export interface IScrollListEmits { /** 滑动到左边时触发 */ (e: 'scrollLeft'): void /** 滑动到右边时触发 */ (e: 'scrollRight'): void }