export default const SortDirection = { Ascending: Symbol("table-sort-direction-ascending"), Descending: Symbol("table-sort-direction-descending"), };