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

Property.BoxAlign

type BoxAlign =
| "baseline"
| "center"
| "end"
| "start"
| "stretch";

§Type

§
Globals | "baseline" | "center" | "end" | "start" | "stretch"
[src]