UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

9 lines (8 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MentionSharedCssClassName = void 0; var MentionSharedCssClassName = exports.MentionSharedCssClassName = { MENTION_CONTAINER: 'mentionView-content-wrap' };