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

14 lines (13 loc) 378 B
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