UNPKG

@atlaskit/editor-plugin-text-formatting

Version:

Text-formatting plugin for @atlaskit/editor-core

4 lines (3 loc) 236 B
export { textFormattingPlugin } from './textFormattingPlugin'; export type { TextFormattingPlugin, TextFormattingPluginOptions } from './textFormattingPluginType'; export type { ToggleMarkEditorCommand } from './editor-commands/types';