import { defineMessages } from 'react-intl'; export const toolbarMessages = defineMessages({ wrapLeft: { id: 'fabric.editor.wrapLeft', defaultMessage: 'Wrap left', description: 'Aligns your image to the left and wraps text around it.', }, wrapRight: { id: 'fabric.editor.wrapRight', defaultMessage: 'Wrap right', description: 'Aligns your image to the right and wraps text around it.', }, });