type DSAShowEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'dsa-show': DSAShowEvent; } } export default DSAShowEvent;