synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
14 lines (13 loc) • 378 B
JavaScript
import { jsxs as i, jsx as l } from "react/jsx-runtime";
import { InputLabel as a } from "@mui/material";
function o(e) {
const { title: r, required: t } = e;
return /* @__PURE__ */ i(a, { children: [
r,
t && /* @__PURE__ */ l("span", { className: "required", children: "*" })
] });
}
export {
o as default
};
//# sourceMappingURL=ArrayFieldTitleTemplate.js.map