UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

5 lines (4 loc) 311 B
export { EditorPresetBuilder } from './builder'; export { EditorPluginInjectionAPI } from './plugin-injection-api'; export { editorCommandToPMCommand, PassiveTransaction } from './editor-commands'; export type { ExtractPresetAPI, AllEditorPresetPluginTypes, AllPluginNames, MaybePluginName, } from './builder';