UNPKG

kui-shell

Version:

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

8 lines (7 loc) 236 B
export declare const enum Status { processing = "processing", replActive = "repl-active", validResponse = "valid-response", error = "error" } export declare const setStatus: (block: HTMLElement, status: Status) => void;