UNPKG

@atlaskit/editor-plugin-content-insertion

Version:

Content insertion plugin for @atlaskit/editor-core

7 lines (6 loc) 287 B
import type { ContentInsertionPlugin } from './contentInsertionPluginType'; /** * Content insertion plugin to be added to an `EditorPresetBuilder` and used with `ComposableEditor` * from `@atlaskit/editor-core`. */ export declare const contentInsertionPlugin: ContentInsertionPlugin;