UNPKG

@payfit/unity-components

Version:

18 lines (17 loc) 497 B
import { StepperProvider as e } from "./Stepper.context.js"; import { forwardRef as t } from "react"; import { jsx as n } from "react/jsx-runtime"; //#region src/components/stepper/Stepper.tsx var r = t(({ children: t, currentStep: r, ...i }, a) => /* @__PURE__ */ n(e, { currentStep: r, children: /* @__PURE__ */ n("ol", { "data-dd-privacy": "allow", ref: a, className: "uy:flex uy:gap-200", ...i, children: t }) })); r.displayName = "Stepper"; //#endregion export { r as Stepper };