UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

5 lines (4 loc) 279 B
import { UI } from '@kui-shell/core'; import { FlowNode } from './graph'; import ActivationLike from './activation'; export default function (tab: UI.Tab, actions: Record<string, string[]>, activations: ActivationLike[], graphData: FlowNode, options: any): Promise<HTMLElement>;