UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

19 lines (18 loc) 1.67 kB
export { default as blockTypePlugins, stateKey as blockTypeStateKey } from './block-type'; export { default as clearFormattingPlugins, stateKey as clearFormattingStateKey } from './clear-formatting'; export { default as codeBlockPlugins, stateKey as codeBlockStateKey, CodeBlockState } from './code-block'; export { default as emojisPlugins, stateKey as emojisStateKey } from './emojis'; export { default as asciiEmojiPlugins, stateKey as asciiEmojiStateKey } from './emojis/ascii-input-rules'; export { default as hyperlinkPlugins, stateKey as hyperlinkStateKey } from './hyperlink'; export { default as imageUploadPlugins, stateKey as imageUploadStateKey } from './image-upload'; export { default as listsPlugins, stateKey as listsStateKey } from './lists'; export { default as mediaPluginFactory, MediaPluginState, stateKey as mediaStateKey } from './media'; export { default as mentionsPlugins, stateKey as mentionsStateKey } from './mentions'; export { default as textFormattingPlugins, stateKey as textFormattingStateKey } from './text-formatting'; export { default as textColorPlugins, stateKey as textColorStateKey } from './text-color'; export { default as rulePlugins, stateKey as ruleStateKey } from './rule'; export { default as panelPlugins, stateKey as panelStateKey } from './panel'; export { default as reactNodeViewPlugins, ReactNodeViewState, stateKey as reactNodeViewStateKey } from './react-nodeview'; export { default as tablePlugins, TableState, stateKey as tableStateKey } from './table'; export { default as tasksAndDecisionsPlugin } from './tasks-and-decisions'; export { default as pastePlugins, stateKey as pluginStateKey } from './paste';