

// buzzwareTech imports
import type { TCallbackMentionComponentProps } from "@buzzwaretech/editor";

export type TEditorMentionComponentProps = TCallbackMentionComponentProps;

export function EditorAdditionalMentionsRoot(
  _props: TEditorMentionComponentProps,
) {
  return null;
}
