@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
14 lines (13 loc) • 530 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.elementInsertSidePanel = void 0;
var _reactIntl = require("react-intl");
var elementInsertSidePanel = exports.elementInsertSidePanel = (0, _reactIntl.defineMessages)({
title: {
id: 'fabric.editor.elementInsertSidePanel.title',
defaultMessage: 'Insert',
description: 'Heading text displayed at the top of the element insert side panel that slides open in the editor, allowing users to browse and insert content elements.'
}
});