# SizeType

## Content

# Type Alias: SizeType

```ts
type SizeType = "Default" | "FitToWidth" | "FitToPage" | "Stretch";
```

All supported size types.
