UNPKG

dap-design-system

Version:

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

9 lines (8 loc) 200 B
export type DdsLoadingTimeoutEvent = CustomEvent<{ timeout: number; }>; declare global { interface GlobalEventHandlersEventMap { 'dds-loading-timeout': DdsLoadingTimeoutEvent; } }