Search Docs
Loading...
Skip to content

Type Alias: DockPosition

type DockPosition = "left" | "right" | "bottom";

Valid positions for the dock: 'left', 'right', or 'bottom'.