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

AtRule.Property

interface Property <TLength = (string & {}) | 0, TTime = string & {}> {
inherits?: Inherits | undefined;
initialValue?: string | undefined;
syntax?: string | undefined;
}

§Type Parameters

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

§Properties

§
inherits?: Inherits | undefined
[src]
§
initialValue?: string | undefined
[src]
§
syntax?: string | undefined
[src]