AnchorPlacement
Signature
type AnchorPlacement =
| "top"
| "bottom"
| "left"
| "right"
| "top-start"
| "top-end"
| "bottom-start"
| "bottom-end";
type AnchorPlacement =
| "top"
| "bottom"
| "left"
| "right"
| "top-start"
| "top-end"
| "bottom-start"
| "bottom-end";