# SystemDateFormat

## Definition

```tsx
export type SystemDateFormat = keyof typeof DATE_FORMAT_MAP;
```

## Usage

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