@payfit/unity-components
Version:
14 lines (13 loc) • 429 B
JavaScript
import { Text as e } from "../../text/Text.js";
import { forwardRef as t } from "react";
import { jsx as n } from "react/jsx-runtime";
//#region src/components/timeline/parts/TimelineStepDescription.tsx
var r = t(({ children: t }, r) => /* @__PURE__ */ n(e, {
ref: r,
variant: "body",
color: "content.neutral",
children: t
}));
r.displayName = "TimelineStepDescription";
//#endregion
export { r as TimelineStepDescription };