UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

29 lines (28 loc) 777 B
import { jsx as o } from "react/jsx-runtime"; import { Tooltip as e, IconButton as i } from "@mui/material"; import { TOOLTIP_DELAY_SHOW as p } from "./SynapseTable/SynapseTableConstants.js"; import c from "./IconSvg/IconSvg.js"; const I = (t) => { const { onCopy: n, ...r } = t; return /* @__PURE__ */ o( e, { title: "Copy IDs to the clipboard", enterNextDelay: p, placement: "right", children: /* @__PURE__ */ o( i, { "data-testid": "copySynIdsButton", ...r, onClick: n, children: /* @__PURE__ */ o(c, { wrap: !1, icon: "contentCopy", fontSize: "inherit" }) } ) } ); }; export { I as InteractiveCopyIdsIcon }; //# sourceMappingURL=InteractiveCopyIdsIcon.js.map