UNPKG

kui-shell

Version:

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

5 lines (4 loc) 292 B
import { Tab } from '../cli'; import { RowDiff, Row } from '../models/table'; import { RowFormatOptions } from '../views/table'; export declare const applyDiffTable: (diff: RowDiff, tab: Tab, tableDom: HTMLElement, rows: HTMLElement[], prepareRows: Row[], option?: RowFormatOptions) => void;