UNPKG

@prismatic-io/embedded

Version:

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

4 lines (3 loc) 173 B
import { Options } from "../types/options"; export type ShowMarketplaceProps = Options & {}; export declare const showMarketplace: (options?: ShowMarketplaceProps) => void;