UNPKG

kui-shell

Version:

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

12 lines 600 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Presentation; (function (Presentation) { Presentation[Presentation["Default"] = 0] = "Default"; Presentation[Presentation["FixedSize"] = 1] = "FixedSize"; Presentation[Presentation["SidecarThin"] = 2] = "SidecarThin"; Presentation[Presentation["SidecarFullscreen"] = 3] = "SidecarFullscreen"; Presentation[Presentation["SidecarFullscreenForPopups"] = 4] = "SidecarFullscreenForPopups"; })(Presentation || (Presentation = {})); exports.default = Presentation; //# sourceMappingURL=presentation.js.map