UNPKG

kui-shell

Version:

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

10 lines 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var table_1 = require("../webapp/models/table"); exports.TableStyle = table_1.TableStyle; exports.Table = table_1.Table; exports.Row = table_1.Row; exports.Cell = table_1.Cell; exports.isTable = table_1.isTable; exports.isMultiTable = table_1.isMultiTable; //# sourceMappingURL=table-models.js.map