UNPKG

dap-design-system

Version:

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

11 lines (10 loc) 319 B
import { FileListElement } from '../components/file-input/file-input-list-item.component'; export type DdsFileDeleteErrorEvent = CustomEvent<{ file: FileListElement; error: Error; }>; declare global { interface GlobalEventHandlersEventMap { 'dds-file-delete-error': DdsFileDeleteErrorEvent; } }