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

Property.BaselineShift

type BaselineShift<TLength = (string & {}) | 0> =
| TLength
| "baseline"
| "sub"
| "super"
| (string & {});

§Type Parameters

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

§Type

§
Globals | TLength | "baseline" | "sub" | "super" | (string & {})
[src]