synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
20 lines (19 loc) • 683 B
JavaScript
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