# Sort

Map of column IDs to their sort orders for multi-column sorting

## Definition

```tsx
export type Sort = Record<string, SortOrder>
```

## Usage

```tsx
import { Sort } from 'uxp/components';
```
