UNPKG

@atlaskit/editor-plugin-block-menu

Version:

BlockMenu plugin for @atlaskit/editor-core

4 lines (3 loc) 293 B
export { blockMenuPlugin } from './blockMenuPlugin'; export type { BlockMenuPlugin, RegisterBlockMenuComponent, Parent, BlockMenuPluginOptions, BlockMenuSharedState, } from './blockMenuPluginType'; export type { TransformNodeMetadata, TransfromNodeTargetType } from './editor-commands/types';