UNPKG

kui-shell

Version:

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

4 lines (3 loc) 272 B
export declare function buttonExists(designation: string): boolean; export declare function removeIcon(designation: string): void; export declare function addIcon(image: SVGElement | HTMLImageElement, designation: string, position?: 'prepend' | 'append'): HTMLDivElement;