UNPKG

@atlaskit/editor-plugin-content-insertion

Version:

Content insertion plugin for @atlaskit/editor-core

4 lines (3 loc) 262 B
import type { Transaction } from '@atlaskit/editor-prosemirror/state'; import type { InsertNodeConfig } from '../types'; export declare const handleInsertContent: ({ node, options }: Omit<InsertNodeConfig, "state" | "dispatch">) => (tr: Transaction) => boolean;