UNPKG

@atlaskit/editor-common

Version:

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

10 lines (9 loc) 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnsupportedSharedCssClassName = void 0; var UnsupportedSharedCssClassName = exports.UnsupportedSharedCssClassName = { BLOCK_CONTAINER: 'unsupportedBlockView-content-wrap', INLINE_CONTAINER: 'unsupportedInlineView-content-wrap' };