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

AtRule.PropertyHyphen

interface PropertyHyphen <TLength = (string & {}) | 0, TTime = string & {}> {
inherits?: Inherits | undefined;
initial-value?: string | undefined;
syntax?: string | undefined;
}

§Type Parameters

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

§Properties

§
inherits?: Inherits | undefined
[src]
§
initial-value?: string | undefined
[src]
§
syntax?: string | undefined
[src]