UNPKG

dap-design-system

Version:

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

10 lines (9 loc) 233 B
export type DdsCommandItemClickEvent = CustomEvent<{ value: string; closeOnSelect?: string; }>; declare global { interface GlobalEventHandlersEventMap { 'dds-command-item-click': DdsCommandItemClickEvent; } }