UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

5 lines (4 loc) 242 B
export { Selection, SelectionRange, TextSelection, NodeSelection } from './selection'; export { Transaction } from './transaction'; export { EditorState, EditorStateCreateConfig } from './state'; export { Plugin, PluginKey } from './plugin';