UNPKG

dap-design-system

Version:

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

10 lines (9 loc) 222 B
import { Dayjs } from 'dayjs'; export type DdsValidDateEvent = CustomEvent<{ value: string | Dayjs; }>; declare global { interface GlobalEventHandlersEventMap { 'dds-valid-date': DdsValidDateEvent; } }