Skip to main content

EventsExtension

Summary

The events extension which listens to events which occur within the remirror editor.

Usage

Installation

This extension is installed for you when you install the main remirror package.

You can use the imports in the following way:

import { EventsExtension } from 'remirror/extensions';

The extension is provided by the @remirror/extension-events package.

API