UNPKG

@atlaskit/editor-plugin-selection-toolbar

Version:

@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core

5 lines (4 loc) 404 B
import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types'; import type { RegisterComponent } from '@atlaskit/editor-toolbar-model'; import type { SelectionToolbarPlugin } from '../selectionToolbarPluginType'; export declare const getToolbarComponents: (api?: ExtractInjectionAPI<SelectionToolbarPlugin>, contextualFormattingEnabled?: boolean, disablePin?: boolean) => RegisterComponent[];