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

Property.BackgroundPositionY

type BackgroundPositionY<TLength = (string & {}) | 0> =
| TLength
| "bottom"
| "center"
| "top"
| "y-end"
| "y-start"
| (string & {});

§Type Parameters

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

§Type

§
Globals | TLength | "bottom" | "center" | "top" | "y-end" | "y-start" | (string & {})
[src]