UNPKG

@prismatic-io/embedded

Version:

Embed Prismatic's integration marketplace and workflow designer within your existing application.

6 lines (5 loc) 221 B
import { Options } from "../types/options"; export type ShowWorkflowBuilderProps = Options & { workflowId: string; }; export declare const showWorkflow: ({ workflowId, ...options }: ShowWorkflowBuilderProps) => void;