UNPKG

kui-shell

Version:

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

3 lines (2 loc) 160 B
export declare const doPaste: (text: string, tab?: import("./tab").Tab) => Promise<void>; export declare const paste: (event: ClipboardEvent) => Promise<void>;