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