@payfit/unity-components
Version:
15 lines (14 loc) • 458 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/radio-button-group/parts/RadioButtonHelper.tsx
var r = t(({ children: t }, r) => /* @__PURE__ */ n(e, {
color: "content.neutral.low",
variant: "bodySmall",
className: "uy:ml-[28px]",
ref: r,
children: t
}));
r.displayName = "RadioButtonHelper";
//#endregion
export { r as RadioButtonHelper };