export interface IWarnEmits { /** 点击触发 */ (e: 'click'): void /** 关闭触发 */ (e: 'close'): void }