UNPKG

kui-shell

Version:

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

5 lines (4 loc) 171 B
import { Tab } from '../tab'; import Presentation from './presentation'; declare const _default: (tab: Tab, presentation?: Presentation) => void; export default _default;