UNPKG

@taiga-ui/event-plugins

Version:

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

16 lines (15 loc) 617 B
export * from './constants/plugins'; export * from './decorators/should-call'; export * from './plugins/abstract.plugin'; export * from './plugins/debounce.plugin'; export * from './plugins/global.plugin'; export * from './plugins/options.plugin'; export * from './plugins/prevent.plugin'; export * from './plugins/resize.plugin'; export * from './plugins/self.plugin'; export * from './plugins/stop.plugin'; export * from './plugins/throttle.plugin'; export * from './plugins/timed-event.plugin'; export * from './plugins/zoneless.plugin'; export * from './types/longtap.event'; export * from './utils/as-callable';