type OAfterShowEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'o-after-show': OAfterShowEvent; } } export default OAfterShowEvent;