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

Property.VerticalAlign

type VerticalAlign<TLength = (string & {}) | 0> =
| TLength
| "baseline"
| "bottom"
| "middle"
| "sub"
| "super"
| "text-bottom"
| "text-top"
| "top"
| (string & {});

§Type Parameters

§
TLength = (string & {}) | 0
[src]

§Type

§
Globals | TLength | "baseline" | "bottom" | "middle" | "sub" | "super" | "text-bottom" | "text-top" | "top" | (string & {})
[src]