import mitt from 'mitt' type Events = {'btnClick':{key:string}} export const emitter = mitt();