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

11 lines (10 loc) 353 B
import { jsx as o, Fragment as t } from "react/jsx-runtime"; import { formatDate as m } from "../../../../../utils/functions/DateFormatter.js"; import e from "dayjs"; function p({ cellData: r }) { return /* @__PURE__ */ o(t, { children: (r && m(e(r))) ?? /* @__PURE__ */ o(t, {}) }); } export { p as DateCell }; //# sourceMappingURL=DateCell.js.map