UNPKG

hy-app

Version:

fix: 修复text和tag换掉

7 lines (6 loc) 175 B
export interface IListEmits { /** 点击行触发 */ (e: 'click', temp: string | AnyObject): void /** 滚动底部触发 */ (e: 'scrollToLower'): void }