UNPKG

@atlaskit/editor-plugin-block-controls

Version:

Block controls plugin for @atlaskit/editor-core

8 lines (7 loc) 374 B
import { jsx } from '@emotion/react'; import type { AnchorRectCache } from '../pm-plugins/utils/anchor-utils'; import type { DropTargetProps } from './drop-target'; export declare const InlineDropTarget: ({ api, nextNode, position, anchorRectCache, getPos, }: DropTargetProps & { anchorRectCache?: AnchorRectCache; position: "left" | "right"; }) => jsx.JSX.Element;