UNPKG

hy-app

Version:

fix: 修复text和tag换掉

7 lines (6 loc) 202 B
export interface IRateEmits { /** 选中的星星发生变化时触发 */ (e: 'change', index: number): void /** 更新值触发 */ (e: 'update:modelValue', index: number): void }