UNPKG

hy-app

Version:

fix: 修复text和tag换掉

9 lines (7 loc) 228 B
export type NoticeBarModeVo = 'closable' | 'link' | '' export interface INoticeBarEmits { /** 点击执行函数 */ (e: 'click', index: number): void /** 关闭组件执行函数 */ (e: 'close'): void }