import { defineMessages } from "react-intl"; export const messages = defineMessages({ assignVariantDialogHeader: { defaultMessage: "Assign Product", description: "dialog header" }, assignProductDialogButton: { defaultMessage: "Assign", description: "button" }, assignProductDialogContent: { defaultMessage: "Search Products" }, assignProductDialogSearch: { defaultMessage: "Search by product name, attribute, product type etc..." } });