UNPKG

kui-shell

Version:

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

7 lines (6 loc) 273 B
export declare const formatContextAttr: (context: string, extraCSS?: string) => { key: string; value: string; outerCSS: string; }[]; export declare const formatEntity: (parsedOptions: Record<string, any>, context?: string) => (kubeEntity: any) => Promise<any>;