UNPKG

@atlaskit/editor-plugin-base

Version:

Base plugin for @atlaskit/editor-core

6 lines (5 loc) 312 B
import type { Transaction } from '@atlaskit/editor-prosemirror/state'; import type { BasePlugin, Callback } from './basePluginType'; export declare function resolveCallbacks(from: number, to: number, tr: Transaction, callbacks: Callback[]): void; declare const basePlugin: BasePlugin; export default basePlugin;