analytica-frontend-lib
Version:
Repositório público dos componentes utilizados nas plataformas da Analytica Ensino
15 lines (13 loc) • 372 B
JavaScript
import {
TruncatedText
} from "./chunk-2P7LJCTW.mjs";
// src/utils/renderTextCell.tsx
import { jsx } from "react/jsx-runtime";
var renderTextCell = (value) => {
const text = typeof value === "string" ? value : "";
return /* @__PURE__ */ jsx(TruncatedText, { size: "md", children: text });
};
export {
renderTextCell
};
//# sourceMappingURL=chunk-RL26IDPE.mjs.map