koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
14 lines (13 loc) • 501 B
JavaScript
"use client";
import { jsx as t } from "react/jsx-runtime";
import r from "./Cells.module.css.js";
import { DateTime as s } from "../../DateTime/DateTime.js";
const p = ({ value: l, cellContext: o, ...a }) => {
var e;
const i = (e = o.table.options.meta) == null ? void 0 : e.locale;
return /* @__PURE__ */ t("div", { className: r.viewDateCell, children: /* @__PURE__ */ t(s, { ...a, value: String(l), locale: i }) });
};
export {
p as ViewDateCell
};
//# sourceMappingURL=ViewDateCell.js.map