Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PositionAlignSetting

type PositionAlignSetting =
| "auto"
| "center"
| "line-left"
| "line-right";

§Type

§
"auto" | "center" | "line-left" | "line-right"
[src]