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

20 lines (19 loc) 683 B
import { jsxs as r, Fragment as n, jsx as e } from "react/jsx-runtime"; import { Typography as t } from "@mui/material"; import { HelpPopover as a } from "../HelpPopover/HelpPopover.js"; const s = () => /* @__PURE__ */ r(n, { children: [ /* @__PURE__ */ e(t, { variant: "smallText1", className: "description", children: "Undefined" }), /* @__PURE__ */ e( a, { placement: "top", markdownText: `Provenance tracks the relationship between data, code and analytical results.`, helpUrl: "https://help.synapse.org/docs/Provenance.1972470373.html" } ) ] }); export { s as UndefinedNodeLabel }; //# sourceMappingURL=UndefinedNodeLabel.js.map