import React, { useState } from "react"; import { useDeleteButton } from "@refinedev/core"; import { RefineButtonClassNames, RefineButtonTestIds, } from "@refinedev/ui-types"; import { Group, Text, Button, Popover, ActionIcon } from "@mantine/core"; import { IconTrash } from "@tabler/icons-react"; import { mapButtonVariantToActionIconVariant } from "@definitions/button"; import type { DeleteButtonProps } from "../types"; /** * `` uses Mantine {@link https://mantine.dev/core/button ` )} {confirmTitle ?? defaultConfirmTitle} ); };