UNPKG

@atlaskit/editor-plugin-block-menu

Version:

BlockMenu plugin for @atlaskit/editor-core

7 lines (6 loc) 398 B
import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types'; import type { BlockMenuPlugin, BlockMenuPluginOptions, RegisterBlockMenuComponent } from '../blockMenuPluginType'; export declare const getBlockMenuComponents: ({ api, config, }: { api: ExtractInjectionAPI<BlockMenuPlugin> | undefined; config: BlockMenuPluginOptions | undefined; }) => RegisterBlockMenuComponent[];