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) 364 B
import { jsx as i } from "react/jsx-runtime"; import { Button as p } from "@mui/material"; import { useSmartLink as u } from "./useSmartLink.js"; function e({ href: t, target: o, children: r, ...m }) { const n = u(t, o); return /* @__PURE__ */ i(p, { ...n, ...m, children: r }); } export { e as SmartButton }; //# sourceMappingURL=SmartButton.js.map