UNPKG

kui-shell

Version:

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

8 lines (7 loc) 148 B
export default interface Theme { name: string; description?: string; css: string | string[]; attrs?: string[]; style: string; }