@taiga-ui/event-plugins
Version:
This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation
9 lines (8 loc) • 429 B
TypeScript
import { AbstractEventPlugin } from './abstract.plugin';
import * as i0 from "@angular/core";
export declare class StopEventPlugin extends AbstractEventPlugin {
protected readonly modifier = ".stop";
addEventListener(element: HTMLElement, event: string, handler: Function): Function;
static ɵfac: i0.ɵɵFactoryDeclaration<StopEventPlugin, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<StopEventPlugin>;
}