UNPKG

@taiga-ui/event-plugins

Version:

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

8 lines (7 loc) 320 B
import { EventManagerPlugin } from '@angular/platform-browser'; export declare abstract class TimedEventPlugin extends EventManagerPlugin { protected abstract readonly regExp: RegExp; supports(event: string): boolean; protected getDelay(event: string): number; protected unwrap(event: string): string; }