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

ThemeFontSize

type ThemeFontSize = string | [string, string] | [string, {
lineHeight?: string;
letterSpacing?: string;
}
]
;

§Type

§
string | [string, string] | [string, {
lineHeight?: string;
letterSpacing?: string;
}
]
[src]