UNPKG

@chamn/engine

Version:
4 lines (3 loc) 207 B
import { NodeProps, Node } from '@xyflow/react'; export type CounterNode = Node<any, 'StartNode'>; export declare const StartNode: (props: NodeProps<CounterNode>) => import("react/jsx-runtime").JSX.Element;