MCPcopy
hub / github.com/nolly-studio/cult-ui / DynamicStep

Interface DynamicStep

apps/www/registry/default/ui/toolbar-expandable.tsx:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23interface DynamicStep {
24 id: string
25 title: string
26 description: string
27 icon:
28 | React.ComponentType<{ className?: string }>
29 | React.ReactElement<{ className?: string }>
30 content: React.ReactNode
31}
32
33interface DynamicToolbarExpandableProps {
34 steps: DynamicStep[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected