UNPKG

kui-shell

Version:

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

5 lines (4 loc) 158 B
export interface Capturable extends HTMLElement { capture: () => () => void; } export declare function isCapturable(elt: HTMLElement): elt is Capturable;