UNPKG

@taiga-ui/event-plugins

Version:

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

9 lines (8 loc) 441 B
import { AbstractEventPlugin } from './abstract.plugin'; import * as i0 from "@angular/core"; export declare class PreventEventPlugin extends AbstractEventPlugin { protected readonly modifier = ".prevent"; addEventListener(element: HTMLElement, event: string, handler: Function): Function; static ɵfac: i0.ɵɵFactoryDeclaration<PreventEventPlugin, never>; static ɵprov: i0.ɵɵInjectableDeclaration<PreventEventPlugin>; }