import mitt from 'mitt' type Events = { menuId: number, } export const eventBus = mitt()