Placement

type
overlay/placement.ts:22

A side, optionally with an alignment: "bottom", "bottom-start", "left-end".

Definition

type
type Placement = Side | `${Side}-${Alignment}`

Side | `${Side}-${Alignment}`