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

17 lines (16 loc) 404 B
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