UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

9 lines (8 loc) 288 B
"use client"; import { jsx as t } from "react/jsx-runtime"; import i from "./Cells.module.css.js"; const s = ({ value: e }) => /* @__PURE__ */ t("div", { title: String(e), className: i.viewTextCell, children: e }); export { s as ViewTextCell }; //# sourceMappingURL=ViewTextCell.js.map