@atlaskit/editor-plugin-annotation
Version:
Annotation plugin for @atlaskit/editor-core
6 lines (5 loc) • 421 B
TypeScript
import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
import type { RegisterComponent } from '@atlaskit/editor-toolbar-model';
import type { AnnotationPlugin } from '../annotationPluginType';
import type { AnnotationProviders } from '../types';
export declare const getToolbarComponents: (api?: ExtractInjectionAPI<AnnotationPlugin>, annotationProviders?: AnnotationProviders) => RegisterComponent[];