UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

5 lines (4 loc) 364 B
import type { ComponentType, ReactNode, SVGProps } from 'react'; import type { WorkflowNodeKind } from '../types.js'; export declare function resolveWorkflowIcon(kind: WorkflowNodeKind, iconName?: string): ComponentType<SVGProps<SVGSVGElement>>; export declare function renderWorkflowIcon(kind: WorkflowNodeKind, iconName?: string, className?: string): ReactNode;