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

AtRule.FontPaletteValues

interface FontPaletteValues <TLength = (string & {}) | 0, TTime = string & {}> {
basePalette?: BasePalette | undefined;
fontFamily?: string | undefined;
overrideColors?: string | undefined;
}

§Type Parameters

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

§Properties

§
basePalette?: BasePalette | undefined
[src]
§
fontFamily?: string | undefined
[src]
§
overrideColors?: string | undefined
[src]