UNPKG

@atlaskit/editor-plugin-content-insertion

Version:

Content insertion plugin for @atlaskit/editor-core

4 lines (3 loc) 220 B
export { contentInsertionPlugin } from './contentInsertionPlugin'; export type { ContentInsertionPlugin, ContentInsertionDependencies, } from './contentInsertionPluginType'; export type { InsertNodeAPI } from './types';