import React from "react"; import { useShowButton } from "@refinedev/core"; import { RefineButtonClassNames, RefineButtonTestIds, } from "@refinedev/ui-types"; import { ActionIcon, Anchor, Button } from "@mantine/core"; import { IconEye } from "@tabler/icons-react"; import { mapButtonVariantToActionIconVariant } from "@definitions/button"; import type { ShowButtonProps } from "../types"; /** * `` uses Mantine {@link https://mantine.dev/core/button ` )} ); };