@atlaskit/primitives
Version:
Primitives are token-backed low-level building blocks.
11 lines (9 loc) • 521 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.backgroundColorStylesMap = void 0;
var _backgroundColor = require("./background-color");
var _getSerializedStylesMap = require("./get-serialized-styles-map");
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
var backgroundColorStylesMap = exports.backgroundColorStylesMap = (0, _getSerializedStylesMap.getSerializedStylesMap)('backgroundColor', _backgroundColor.backgroundColorMap);