Files

19 lines
204 B
Plaintext

---
title: "Container"
---
## Supported Types
### `str`
```python
value: str = /* values here */
```
### `components.ContainerAuto`
```python
value: components.ContainerAuto = /* values here */
```