UNPKG

@taiga-ui/event-plugins

Version:

This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation

5 lines (4 loc) 226 B
import type { EventManager } from '@angular/platform-browser'; type EventManagerArg = ConstructorParameters<typeof EventManager>[0][0]; export type EventManagerPlugin = Pick<EventManagerArg, keyof EventManagerArg>; export {};