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

Property.MozContextProperties

type MozContextProperties =
| "fill"
| "fill-opacity"
| "none"
| "stroke"
| "stroke-opacity"
| (string & {});

§Type

§
Globals | "fill" | "fill-opacity" | "none" | "stroke" | "stroke-opacity" | (string & {})
[src]