@atlaskit/editor-plugin-alignment
Version:
Alignment plugin for @atlaskit/editor-core
5 lines (4 loc) • 333 B
TypeScript
import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
import type { RegisterComponent } from '@atlaskit/editor-toolbar-model';
import type { AlignmentPlugin } from '../alignmentPluginType';
export declare const getToolbarComponents: (api: ExtractInjectionAPI<AlignmentPlugin> | undefined) => RegisterComponent[];