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

Property.BackgroundPositionX

type BackgroundPositionX<TLength = (string & {}) | 0> =
| TLength
| "center"
| "left"
| "right"
| "x-end"
| "x-start"
| (string & {});

§Type Parameters

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

§Type

§
Globals | TLength | "center" | "left" | "right" | "x-end" | "x-start" | (string & {})
[src]