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

FormStyleConfig

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

Describes the configuration settings for the form's style properties.

interface FormStyleConfig {
tokenReference?: string | null;
value?: string | null;
}

§Properties

§
tokenReference?: string | null
[src]

A reference to a design token to use to bind the form's style properties to an existing theme.

§
value?: string | null
[src]

The value of the style setting.