dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
10 lines (9 loc) • 354 B
TypeScript
import { default as DapDSNavigationMenuItem } from '../components/navigation-menu/navigation-menu-item.component';
export type DdsNavigationDropdownOpenEvent = CustomEvent<{
item: DapDSNavigationMenuItem;
}>;
declare global {
interface GlobalEventHandlersEventMap {
'dds-navigation-dropdown-open': DdsNavigationDropdownOpenEvent;
}
}