UNPKG

@atlaskit/editor-plugin-highlight

Version:

Highlight plugin for @atlaskit/editor-core

5 lines (4 loc) 332 B
import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types'; import type { RegisterComponent } from '@atlaskit/editor-toolbar-model'; import type { HighlightPlugin } from '../highlightPluginType'; export declare const getToolbarComponent: (api: ExtractInjectionAPI<HighlightPlugin> | undefined) => RegisterComponent[];