UNPKG

@prismatic-io/embedded

Version:

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

14 lines (13 loc) 854 B
import { configureInstance, isConfigureInstanceWithInstanceId, isConfigureInstanceWithIntegrationId, isConfigureInstanceWithIntegrationName } from "./configureInstance"; export { authenticate } from "./authenticate"; export { configureInstance, isConfigureInstanceWithInstanceId, isConfigureInstanceWithIntegrationId, isConfigureInstanceWithIntegrationName, }; export { graphqlRequest } from "./graphqlRequest"; export { init, EMBEDDED_DEFAULTS } from "./init"; export { setConfigVars } from "./setConfigVars"; export { showComponent } from "./showComponent"; export { showComponents } from "./showComponents"; export { showDashboard } from "./showDashboard"; export { showDesigner } from "./showDesigner"; export { showIntegrations } from "./showIntegrations"; export { showLogs } from "./showLogs"; export { showMarketplace } from "./showMarketplace";