UNPKG

dap-design-system

Version:

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

10 lines (9 loc) 255 B
import { SortingState } from '@tanstack/lit-table'; export type DdsSortingChangeEvent = CustomEvent<{ sorting: SortingState; }>; declare global { interface GlobalEventHandlersEventMap { 'dds-sorting-change': DdsSortingChangeEvent; } }