UNPKG

@taiga-ui/event-plugins

Version:

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

7 lines (6 loc) 213 B
import type { Provider } from '@angular/core'; /** * @deprecated: use {@link provideEventPlugins} */ export declare const NG_EVENT_PLUGINS: Provider[]; export declare function provideEventPlugins(): Provider[];