@atlaskit/editor-mention-types
v2.0.0
Published
Shared mention-name contracts for editor packages
Readme
editor-mention-types
Shared lightweight mention-related contracts for editor packages.
Usage
import type { GetMentionNameDetails, MentionNameInfo } from '@atlaskit/editor-mention-types';This package exists to share the minimal mention-name contract needed across editor packages without depending on the full @atlaskit/mention runtime package.
