# ExportColumnFormatter

Formatter function for export column values

## Definition

```tsx
export type ExportColumnFormatter = (value: any, row: RowData) => string;
```

## Usage

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