@stanfordspezi/spezi-web-design-system
Version:
Stanford Biodesign Digital Health Spezi Web Design System
26 lines (25 loc) • 375 B
JavaScript
import { jsxs as s } from "react/jsx-runtime";
import { c as n } from "./index-2NvaPZWc.mjs";
const f = ({
all: o,
end: t,
start: e,
className: m,
...r
}) => /* @__PURE__ */ s(
"p",
{
className: n("text-muted-foreground text-sm font-medium", m),
...r,
children: [
e,
"-",
t,
" of ",
o
]
}
);
export {
f as R
};