UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

8 lines 374 B
import { defineMessages } from 'react-intl'; export const 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.' } });