UNPKG

@portabletext/editor

Version:

Portable Text Editor made in React

7 lines (6 loc) 353 B
export {BehaviorPlugin} from './plugin.behavior' export {DecoratorShortcutPlugin} from './plugin.decorator-shortcut' export {EditorRefPlugin} from './plugin.editor-ref' export {EventListenerPlugin} from './plugin.event-listener' export {MarkdownPlugin, type MarkdownPluginConfig} from './plugin.markdown' export {OneLinePlugin} from './plugin.one-line'