MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / StepProps

Interface StepProps

src/showcase/components/stepper/DottedStepper.tsx:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13interface StepProps {
14 label: string
15 fields?: FieldProps[]
16}
17
18const steps: StepProps[] = [
19 { label: 'Introduction' },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected