@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
12 lines (10 loc) • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StatusSharedCssClassName = void 0;
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
var StatusSharedCssClassName = exports.StatusSharedCssClassName = {
STATUS_CONTAINER: 'statusView-content-wrap',
STATUS_LOZENGE: 'status-lozenge-span'
};