UNPKG

@atlaskit/editor-plugin-avatar-group

Version:

Avatar Group plugin for @atlaskit/editor-core.

9 lines (8 loc) 579 B
import { type MemoizedFn } from 'memoize-one'; import type { IntlShape } from 'react-intl'; import type { AvatarProps } from '@atlaskit/avatar-group'; import type { CollabParticipant } from '@atlaskit/editor-common/collab'; import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types'; import type { AvatarGroupPlugin } from '../avatarGroupPluginType'; declare const _default_1: MemoizedFn<(participant: CollabParticipant, api: ExtractInjectionAPI<AvatarGroupPlugin> | undefined, formatMessage: IntlShape['formatMessage']) => AvatarProps>; export default _default_1;