import { defineMessages } from 'react-intl'; export const messages = defineMessages({ placeholder: { id: 'fabric.editor.statusPlaceholder', defaultMessage: 'Set a status', description: 'Placeholder description for an empty (new) status item in the editor', }, });