@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
6 lines (5 loc) • 300 B
JavaScript
// Disable no-re-export rule for entry point files
/* eslint-disable @atlaskit/editor/no-re-export */
export { EditorPresetBuilder } from './builder';
export { EditorPluginInjectionAPI } from './plugin-injection-api';
export { editorCommandToPMCommand, PassiveTransaction } from './editor-commands';