UNPKG

hy-app

Version:

fix: 修复text和tag换掉

5 lines (4 loc) 115 B
export interface ICellEmits { /** 点击单元格触发 */ (e: 'click', name: string | number): void }