UNPKG

@atlaskit/editor-plugin-extension

Version:

editor-plugin-extension plugin for @atlaskit/editor-core

4 lines (3 loc) 247 B
import type { SafePlugin } from '@atlaskit/editor-common/safe-plugin'; import type { ApplyChangeHandler } from '@atlaskit/editor-plugin-context-panel'; export default function keymapPlugin(applyChange: ApplyChangeHandler | undefined): SafePlugin;