synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
21 lines (20 loc) • 463 B
JavaScript
import { jsx as e, Fragment as t, jsxs as m } from "react/jsx-runtime";
import i from "pluralize";
import { useMemo as n } from "react";
const l = (o) => {
const { itemCount: r } = o;
return n(
() => /* @__PURE__ */ e(t, { children: /* @__PURE__ */ m("a", { children: [
"Show ",
r,
" ",
i("item", r),
"…"
] }) }),
[r]
);
};
export {
l as ExpandGraphNodeLabel
};
//# sourceMappingURL=ExpandGraphNodeLabel.js.map