UNPKG

@taiga-ui/event-plugins

Version:

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

11 lines (10 loc) 487 B
import { type NgZone } from '@angular/core'; import { AbstractEventPlugin } from './abstract.plugin'; import * as i0 from "@angular/core"; export declare class ZonelessPlugin extends AbstractEventPlugin { static ngZone?: NgZone; readonly modifier: string; addEventListener(element: HTMLElement, event: string, handler: Function): Function; static ɵfac: i0.ɵɵFactoryDeclaration<ZonelessPlugin, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ZonelessPlugin>; }