UNPKG

hy-app

Version:

fix: 修复text和tag换掉

7 lines (6 loc) 194 B
export interface ICheckBoxGroupEmits { /** 选择触发 */ (e: 'change', temp: CheckboxColumnsVo): void /** 更新值触发 */ (e: 'update:modelValue', value: any): void }