export type NuShowEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'nu-show': NuShowEvent; } }