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

19 lines (18 loc) 732 B
import { jsxs as e, jsx as t } from "react/jsx-runtime"; import { Stack as n, Box as o, Typography as p, Tooltip as l } from "@mui/material"; import { InfoTwoTone as s } from "@mui/icons-material"; const h = ({ dial: i, label: a, toolTipText: r }) => /* @__PURE__ */ e(n, { sx: { alignItems: "center", gap: "10px" }, children: [ i, /* @__PURE__ */ e(o, { sx: { display: "flex", alignItems: "center", gap: "4px" }, children: [ /* @__PURE__ */ t(p, { variant: "smallText1", sx: { margin: "0 !important" }, children: a }), r && /* @__PURE__ */ t(l, { title: r, children: /* @__PURE__ */ t(s, { sx: { width: "18px", height: "18px" } }) }) ] }) ] }); export { h as default }; //# sourceMappingURL=DialLayout.js.map