UNPKG

@taiga-ui/event-plugins

Version:

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

6 lines (5 loc) 258 B
import { TimedEventPlugin } from './timed-event.plugin'; export declare class DebounceEventPlugin extends TimedEventPlugin { protected readonly regExp: RegExp; addEventListener(element: HTMLElement, eventName: string, handler: Function): Function; }