UNPKG

kui-shell

Version:

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

6 lines (5 loc) 352 B
import { UI } from '@kui-shell/core'; import Response from './response'; import { ASTNode, ComponentBearing } from './ast'; declare const _default: (tab: UI.Tab, passedFsm: ASTNode | ComponentBearing<ASTNode>, container?: HTMLElement, w?: number, h?: number, activations?: any, options?: any, rule?: any) => Promise<Response>; export default _default;