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

21 lines (20 loc) 506 B
import { jsx as i } from "react/jsx-runtime"; import { EntityBadgeIcons as s } from "../../../../EntityBadgeIcons/EntityBadgeIcons.js"; function t(o) { const { row: n } = o; return /* @__PURE__ */ i( s, { entityId: n.original.entityId, versionNumber: n.original.versionNumber, showHasDiscussionThread: !1, showHasWiki: !1, showUnlink: !1, canOpenModal: !1 } ); } export { t as EntityBadgeIconsCell }; //# sourceMappingURL=EntityBadgeIconsCell.js.map