UNPKG

@atlaskit/editor-plugin-hyperlink

Version:

Hyperlink plugin for @atlaskit/editor-core

5 lines (4 loc) 303 B
import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics'; import type { SafePlugin } from '@atlaskit/editor-common/safe-plugin'; export declare function createKeymapPlugin(editorAnalyticsApi: EditorAnalyticsAPI | undefined): SafePlugin | undefined; export default createKeymapPlugin;