UNPKG

hy-app

Version:

fix: 修复text和tag换掉

8 lines (6 loc) 260 B
import type { ExtractPropTypes, ToRefs } from 'vue' import type cellProps from '../hy-cell/props' export interface ICellContext extends ToRefs<ExtractPropTypes<typeof cellProps>> { /** 点击事件 */ onClick: (name: string | number) => void }