import mitt from "mitt"; type Events = { proBannerVisibilityChange: "hidden" | "visible"; }; const emitter = mitt(); export default emitter;