kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
5 lines (4 loc) • 365 B
TypeScript
declare const _default: () => Promise<{
visualize: (tab: import("@kui-shell/core/webapp/tab").Tab, passedFsm: import(".").ASTNode | import("./lib/ast").ComponentBearing<import(".").ASTNode>, container?: HTMLElement, w?: number, h?: number, activations?: any, options?: any, rule?: any) => Promise<import("./lib/response").default>;
}>;
export default _default;