UNPKG

kui-shell

Version:

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

6 lines (5 loc) 149 B
export interface Block extends HTMLElement { restorePrompt?: () => void; isCancelled?: boolean; completion?: (result: string) => void; }