UNPKG

@atlaskit/editor-common

Version:

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

8 lines 278 B
import { defineMessages } from 'react-intl-next'; export var messages = defineMessages({ placeholder: { id: 'fabric.editor.captionPlaceholder', defaultMessage: 'Add a caption', description: 'Placeholder description for an empty (new) caption in the editor' } });