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) 456 B
import { jsx as r } from "react/jsx-runtime"; import { Checkbox as l } from "@mui/material"; function a(e) { const { row: t } = e, { entityId: i, isSelected: n, isDisabled: o } = t.original; return o ? null : /* @__PURE__ */ r( l, { inputProps: { "aria-label": `Select ${i}` }, checked: n, onChange: () => { } } ); } export { a as EntityFinderCheckboxCell }; //# sourceMappingURL=EntityFinderCheckboxCell.js.map