@kui-shell/core
Version:
An Electron-based shell for cloud-native development
4 lines (3 loc) • 402 B
TypeScript
export { default as CellShould } from '../models/CellShould';
export { Icon, TableStyle, Table, Row, Cell, sameRow, isTable, isTableWithTimestamp, isTableWithCount } from '../webapp/models/table';
export { default as RadioTable, isRadioTable, RadioTableRow, RadioTableCell, Selectable, radioTableHintsAsCss, radioTableCellToString, radioTableAddHint, cellShouldHaveBadge } from '../models/RadioTable';