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

ThemeValues

import type { ThemeValues } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";

A key-value pair that defines a property of a theme.

interface ThemeValues {
key?: string | null;
value?: ThemeValue | null;
}

§Properties

§
key?: string | null
[src]

The name of the property.

§
value?: ThemeValue | null
[src]

The value of the property.