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

NamedStyles

import type { NamedStyles } from "https://googleapis.deno.dev/v1/docs:v1.ts";

The named styles. Paragraphs in the document can inherit their TextStyle and ParagraphStyle from these named styles.

interface NamedStyles {
styles?: NamedStyle[];
}

§Properties

§
styles?: NamedStyle[]
[src]

The named styles. There's an entry for each of the possible named style types.