UNPKG

@atlaskit/editor-plugin-avatar-group

Version:

Avatar Group plugin for @atlaskit/editor-core.

25 lines (24 loc) 1.27 kB
import React from 'react'; import type { WithIntlProps, WrappedComponentProps } from 'react-intl'; import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics'; import type { CollabInviteToEditProps } from '@atlaskit/editor-common/collab'; import type { EventDispatcher } from '@atlaskit/editor-common/event-dispatcher'; import type { ExtractInjectionAPI, FeatureFlags } from '@atlaskit/editor-common/types'; import type { EditorView } from '@atlaskit/editor-prosemirror/view'; import type { AvatarGroupPlugin } from '../avatarGroupPluginType'; declare const _default_1: React.FC<WithIntlProps<{ editorAnalyticsAPI: EditorAnalyticsAPI | undefined; editorAPI: ExtractInjectionAPI<AvatarGroupPlugin> | undefined; editorView?: EditorView; eventDispatcher?: EventDispatcher; featureFlags: FeatureFlags; } & CollabInviteToEditProps & WrappedComponentProps>> & { WrappedComponent: React.ComponentType<{ editorAnalyticsAPI: EditorAnalyticsAPI | undefined; editorAPI: ExtractInjectionAPI<AvatarGroupPlugin> | undefined; editorView?: EditorView; eventDispatcher?: EventDispatcher; featureFlags: FeatureFlags; } & CollabInviteToEditProps & WrappedComponentProps>; }; export default _default_1;