# IPolygonBound

Polygon or rectangle bounds definition

## Definition

```tsx
export type IPolygonBound = LatLngExpression[] | LatLngExpression[][];
```

## Usage

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