UNPKG

@5minds/processcube_app_sdk

Version:
13 lines (12 loc) 357 B
import { FlowNode } from './bpmnViewerOverlayCreator'; type FlowNodeButtonAreaProps = { flowNode: FlowNode; onRetryClick?: () => void; onGotoClick?: () => void; onPlayClick?: () => void; }; /** * @deprecated */ export default function FlowNodeButtonArea(props: FlowNodeButtonAreaProps): import("react/jsx-runtime").JSX.Element; export {};