@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
14 lines (13 loc) • 454 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.colorPickerButtonMessages = void 0;
var _reactIntl = require("react-intl");
var colorPickerButtonMessages = exports.colorPickerButtonMessages = (0, _reactIntl.defineMessages)({
colorPickerMenuLabel: {
id: 'fabric.editor.colorPicker.menuLabel',
defaultMessage: 'Color picker menu',
description: 'The label for the color picker menu popup window'
}
});