UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

4 lines (3 loc) 129 B
export type EventListeners<T extends Record<string, unknown[]>> = { [Event in keyof T]?: ((...args: T[Event]) => void)[]; };