UNPKG

kui-shell

Version:

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

5 lines (4 loc) 214 B
import Commands from '@kui-shell/core/api/commands'; export declare const tabButtonSelector = "#new-tab-button"; declare const _default: (commandTree: Commands.Registrar) => Promise<void>; export default _default;