import { __ } from "@wordpress/i18n";
export const MEDIA_TYPES = [
{ label: __("image", "essential-blocks"), value: "image" },
{ label: __("icon", "essential-blocks"), value: "icon" },
{ label: __("Text", "essential-blocks"), value: "text" },
{ label: __("none", "essential-blocks"), value: "none" },
];