UNPKG

@taiga-ui/event-plugins

Version:

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

11 lines (10 loc) 477 B
import { EventManagerPlugin } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare abstract class AbstractEventPlugin extends EventManagerPlugin { protected abstract readonly modifier: string; constructor(); supports(event: string): boolean; protected unwrap(event: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<AbstractEventPlugin, never>; static ɵprov: i0.ɵɵInjectableDeclaration<AbstractEventPlugin>; }