UNPKG

dap-design-system

Version:

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

8 lines (7 loc) 224 B
import { SortingState } from '@tanstack/lit-table'; export type DdsRowClickEvent = CustomEvent<SortingState[]>; declare global { interface GlobalEventHandlersEventMap { 'dds-row-click': DdsRowClickEvent; } }