@atlaskit/editor-plugin-interaction
Version:
Interaction plugin for @atlaskit/editor-core
6 lines (5 loc) • 306 B
TypeScript
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
import { PluginKey } from '@atlaskit/editor-prosemirror/state';
import type { InteractionState } from '../types';
export declare const key: PluginKey<InteractionState>;
export declare const createPlugin: () => SafePlugin<InteractionState>;