export interface IWarnEmits { /** 点击触发 */ click: [] /** 关闭触发 */ close: [] }