TargetWidth type
type TargetWidth =
| "VeryNarrow"
| "Narrow"
| "Standard"
| "Wide"
| "atLeast:VeryNarrow"
| "atMost:VeryNarrow"
| "atLeast:Narrow"
| "atMost:Narrow"
| "atLeast:Standard"
| "atMost:Standard"
| "atLeast:Wide"
| "atMost:Wide"