@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
18 lines • 566 B
JavaScript
import { defineMessages } from 'react-intl-next';
export var messages = defineMessages({
toolbarLabel: {
id: 'fabric.editor.toolbarLabel',
defaultMessage: 'Editor',
description: 'Label for the ARIA region landmark'
},
pageActionsLabel: {
id: 'fabric.editor.pageActionsLabel',
defaultMessage: 'Page actions',
description: 'Label for the ARIA region landmark'
},
editableContentLabel: {
id: 'fabric.editor.editableContentLabel',
defaultMessage: 'Editable content',
description: 'Label for the ARIA region landmark'
}
});