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

Property.WebkitBoxReflect

type WebkitBoxReflect<TLength = (string & {}) | 0> =
| TLength
| "above"
| "below"
| "left"
| "right"
| (string & {});

§Type Parameters

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

§Type

§
Globals | TLength | "above" | "below" | "left" | "right" | (string & {})
[src]