UNPKG

@portabletext/editor

Version:

Portable Text Editor made in React

8 lines (7 loc) 403 B
export {BehaviorPlugin} from './plugin.behavior' export {CoreBehaviorsPlugin} from './plugin.core' 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'