import { defineMessages } from 'react-intl'; export const messages = defineMessages({ saveIndicator: { id: 'fabric.editor.extensions.config-panel.save-indicator', defaultMessage: 'All changes are always autosaved', description: 'Message shown to the user to notify to them that we save the changes automatically.', }, });