UNPKG

@atlaskit/editor-plugin-focus

Version:

Focus plugin for @atlaskit/editor-core

7 lines (6 loc) 231 B
import type { FocusPlugin } from './focusPluginType'; /** * Focus plugin to be added to an `EditorPresetBuilder` and used with `ComposableEditor` * from `@atlaskit/editor-core`. */ export declare const focusPlugin: FocusPlugin;