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