UNPKG

@atlaskit/editor-common

Version:

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

14 lines (13 loc) 574 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dropPlaceholderMessages = void 0; var _reactIntl = require("react-intl"); var dropPlaceholderMessages = exports.dropPlaceholderMessages = (0, _reactIntl.defineMessages)({ dropPlaceholderLabel: { id: 'fabric.editor.dropPlaceholderLabel', defaultMessage: 'Document', description: 'The text is shown as the label for the document icon in the media drop placeholder, displayed when a file is being dragged over the editor and the target is a document-type media item.' } });