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

ThemeValue

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

Describes the configuration of a theme's properties.

interface ThemeValue {
children?: ThemeValues[] | null;
value?: string | null;
}

§Properties

§
children?: ThemeValues[] | null
[src]

A list of key-value pairs that define the theme's properties.

§
value?: string | null
[src]

The value of a theme property.