MCPcopy
hub / github.com/growthbook/growthbook / StepperProps

Interface StepperProps

docs/src/components/Stepper.tsx:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import clsx from "clsx";
3
4export interface StepperProps {
5 children: React.ReactNode;
6 className?: string;
7}
8
9interface StepperStepProps {
10 children: React.ReactNode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…