UNPKG

@atlaskit/editor-plugin-block-menu

Version:

BlockMenu plugin for @atlaskit/editor-core

9 lines (8 loc) 319 B
import React from 'react'; import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types'; import type { BlockMenuPlugin } from '../blockMenuPluginType'; type Props = { api?: ExtractInjectionAPI<BlockMenuPlugin>; }; export declare const Flag: ({ api }: Props) => React.JSX.Element | undefined; export {};