synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
19 lines (18 loc) • 539 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { StyledPopover as p } from "../styled/StyledPopover.js";
import { Typography as e } from "@mui/material";
import { Markdown as m } from "./MarkdownSynapse.js";
function c(r) {
const { contentProps: n, ...t } = r;
return /* @__PURE__ */ o(
p,
{
...t,
popoverContent: /* @__PURE__ */ o(e, { variant: "body1", component: "div", children: /* @__PURE__ */ o(m, { ...n }) })
}
);
}
export {
c as MarkdownPopover
};
//# sourceMappingURL=MarkdownPopover.js.map