export type DdsCommandItemClickEvent = CustomEvent<{ value: string; closeOnSelect?: string; }>; declare global { interface GlobalEventHandlersEventMap { 'dds-command-item-click': DdsCommandItemClickEvent; } }