@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
8 lines • 372 B
JavaScript
import { defineMessages } from 'react-intl';
export var elementInsertSidePanel = 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.'
}
});