UNPKG

dap-design-system

Version:

Official design system for the DÁP (dap.gov.hu)

10 lines (9 loc) 231 B
export type DdsNavigationItemClickEvent = CustomEvent<{ href: string; event: Event; }>; declare global { interface GlobalEventHandlersEventMap { 'dds-navigation-item-click': DdsNavigationItemClickEvent; } }