UNPKG

kui-shell

Version:

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

6 lines (5 loc) 191 B
export { default as Theme } from './Theme'; export { getDefault } from './default'; export { findByName } from './find'; import * as Persistence from './persistence'; export { Persistence };