UNPKG

@kui-shell/plugin-wskflow

Version:

Visualizations for Composer apps

11 lines (10 loc) 449 B
import { Tab } from '@kui-shell/core'; import Response from './response'; import { ASTNode, ComponentBearing } from './ast'; import '../../web/css/static/wskflow.css'; declare const _default: (tab: Tab, passedFsm: ASTNode | ComponentBearing, container?: HTMLElement, w?: number, h?: number, activations?: any, options?: any, rule?: any) => Promise<Response>; /** * Create the wskflow visualization for the given fsm * */ export default _default;