UNPKG

@prismatic-io/embedded

Version:

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

6 lines (5 loc) 212 B
import { Options } from "../types/options"; export type ShowComponentProps = Options & { componentId: string; }; export declare const showComponent: ({ componentId, ...options }: ShowComponentProps) => void;