export interface ITooltipEmits { /** 点击菜单按钮触发 */ click: [index: number] }