UNPKG

@prismatic-io/embedded

Version:

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

6 lines (5 loc) 213 B
import { Options } from "../types/options"; export type ShowDesignerProps = Options & { integrationId: string; }; export declare const showDesigner: ({ integrationId, ...options }: ShowDesignerProps) => void;