synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
17 lines (16 loc) • 404 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { SRC_SIGN_IN_CLASS as r } from "../utils/SynapseConstants.js";
import { Link as i } from "@mui/material";
const p = ({ className: t, style: n }) => /* @__PURE__ */ o(
i,
{
type: "button",
style: n,
className: `SignInButton ${r} ${t}`,
children: "Sign In"
}
);
export {
p as default
};
//# sourceMappingURL=SignInButton.js.map