UNPKG

@atlaskit/editor-plugin-hyperlink

Version:

Hyperlink plugin for @atlaskit/editor-core

7 lines (6 loc) 251 B
import type { HyperlinkPlugin } from './hyperlinkPluginType'; /** * Hyperlink plugin to be added to an `EditorPresetBuilder` and used with `ComposableEditor` * from `@atlaskit/editor-core`. */ export declare const hyperlinkPlugin: HyperlinkPlugin;