synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
11 lines (10 loc) • 353 B
JavaScript
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