UNPKG

kui-shell

Version:

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

9 lines (8 loc) 178 B
declare enum Presentation { Default = 0, FixedSize = 1, SidecarThin = 2, SidecarFullscreen = 3, SidecarFullscreenForPopups = 4 } export default Presentation;