export type CwTabShowEvent = CustomEvent<{ name: string; }>; declare global { interface GlobalEventHandlersEventMap { 'cw-tab-show': CwTabShowEvent; } }