UNPKG

@atlaskit/editor-common

Version:

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

11 lines (10 loc) 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ClassNames = void 0; var prefix = 'pm-alt-text'; var ClassNames = exports.ClassNames = { FLOATING_TOOLBAR_COMPONENT: "".concat(prefix, "-alt-text-floating-toolbar"), MEDIA_CONTAINER: 'mediaView-content-wrap' };