UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

4 lines (3 loc) 218 B
import type { NodeProps } from '@xyflow/react'; import type { WorkflowNode } from '../types.js'; export declare function DelayNode({ data, selected }: NodeProps<WorkflowNode>): import("react/jsx-runtime").JSX.Element;