UNPKG

hy-app

Version:

fix: 修复text和tag换掉

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