UNPKG

dap-design-system

Version:

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

8 lines (7 loc) 253 B
import { RowSelectionState } from '@tanstack/lit-table'; export type DdsSelectionChangeEvent = CustomEvent<RowSelectionState>; declare global { interface GlobalEventHandlersEventMap { 'dds-selection-change': DdsSelectionChangeEvent; } }