@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
6 lines (5 loc) • 313 B
JavaScript
// Disable no-re-export rule for entry point files
/* eslint-disable @atlaskit/editor/no-re-export */
export { default as Mention } from './ui/Mention';
export { MentionSharedCssClassName } from './styles/shared/mention';
export { default as MentionWithProfileCard } from './ui/Mention/mention-with-profilecard';