MCPcopy
hub / github.com/langflow-ai/langflow / StepsProps

Interface StepsProps

docs/src/components/Steps.tsx:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20interface StepsProps {
21 children: React.ReactNode;
22}
23
24export default function Steps({ children }: StepsProps) {
25 return <div className="steps-container">{children}</div>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected