import mitt from 'mitt' type Events = { [key: string]: any } const emitter = mitt() export default emitter