UNPKG

hy-app

Version:

fix: 修复text和tag换掉

5 lines (4 loc) 107 B
export interface IPriceEmits { /** 点击事件 */ (e: 'click', text: string | number): void }