# SystemTimeFormat

## Definition

```tsx
export type SystemTimeFormat = keyof typeof TIME_FORMAT_MAP;
```

## Usage

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