UNPKG

@atlaskit/dynamic-table

Version:

A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.

12 lines (11 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MSThemeColors = void 0; var MSThemeColors = exports.MSThemeColors = { Background: 'Canvas', Text: 'CanvasText', SelectedBackground: 'Highlight', SelectedText: 'HighlightText' };