UNPKG

@5minds/processcube_app_sdk

Version:
9 lines (8 loc) 340 B
import { FlowNodeInstance, ProcessInstance } from '@5minds/processcube_engine_sdk'; type TokenInspectorProps = { processInstance: ProcessInstance; flowNodeInstances: FlowNodeInstance[]; close: () => void; }; export declare function TokenInspector(props: TokenInspectorProps): import("react/jsx-runtime").JSX.Element; export {};