UNPKG

hy-app

Version:

fix: 修复text和tag换掉

9 lines (7 loc) 259 B
import type { CheckboxColumnsVo } from '../hy-check-button/typing' export interface ICheckBoxEmits { /** 选择触发 */ (e: 'change', temp: CheckboxColumnsVo): void /** 更新值触发 */ (e: 'update:modelValue', value: any): void }