# ContainerStyleContent

## Content

# Type Alias: ContainerStyleContent

```ts
type ContainerStyleContent = object;
```

## Properties

### BackgroundColor?

```ts
optional BackgroundColor?: string;
```

***

### Border?

```ts
optional Border?: BorderStyle;
```
