@atlaskit/editor-plugin-highlight
Version:
Highlight plugin for @atlaskit/editor-core
7 lines (6 loc) • 331 B
TypeScript
import type { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
import type { HighlightPlugin } from '../highlightPluginType';
export declare function keymapPlugin({ api }: {
api: ExtractInjectionAPI<HighlightPlugin> | undefined;
}): SafePlugin;