UNPKG

@atlaskit/editor-plugin-indentation

Version:

Indentation plugin for @atlaskit/editor-core

4 lines (3 loc) 252 B
export { indentationPlugin } from './indentationPlugin'; export type { IndentationPlugin, IndentationPluginDependencies, IndentationPluginActions, } from './indentationPluginType'; export type { IndentationInputMethod } from './editor-commands/utils';