Search Docs
Loading...
Skip to content

Type Alias: Placement

type Placement =
| "top"
| "bottom"
| "right"
| "left"
| "auto"
| "auto-start"
| "auto-end"
| "top-start"
| "top-end"
| "bottom-start"
| "bottom-end"
| "right-start"
| "right-end"
| "left-start"
| "left-end";