MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / BaseNodeProps

Interface BaseNodeProps

src/components/react-flow/base-node.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { CheckCircle2Icon, Loader2Icon, XCircleIcon } from "lucide-react";
5
6interface BaseNodeProps extends HTMLAttributes<HTMLDivElement> {
7 status?: NodeStatus;
8};
9
10export const BaseNode = forwardRef<
11 HTMLDivElement,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected