UNPKG

hy-app

Version:

fix: 修复text和tag换掉

10 lines (7 loc) 263 B
import type { ExtractPropTypes } from 'vue' import type badgeProps from './props' export interface HyBadgeProps extends ExtractPropTypes<typeof badgeProps> {} export interface IBadgeEmit { /** 点击触发 */ (e: 'click', event: Event): void }