# BorderStyle

## Content

# Type Alias: BorderStyle

```ts
type BorderStyle = object;
```

## Properties

### Color

```ts
Color: string;
```

***

### Style

```ts
Style: string;
```

***

### Width

```ts
Width: string;
```
