UNPKG

kui-shell

Version:

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

5 lines (4 loc) 257 B
export declare const startInputQueueing: () => void; export declare const disableInputQueueing: () => string; export declare const handleQueuedInput: (nextBlock: HTMLElement) => Promise<void>; export declare const pasteQueuedInput: (value: string) => void;