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

FormStyle

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

Describes the configuration for the form's style.

interface FormStyle {
horizontalGap?: FormStyleConfig | null;
outerPadding?: FormStyleConfig | null;
verticalGap?: FormStyleConfig | null;
}

§Properties

§
horizontalGap?: FormStyleConfig | null
[src]

The spacing for the horizontal gap.

§
outerPadding?: FormStyleConfig | null
[src]

The size of the outer padding for the form.

§
verticalGap?: FormStyleConfig | null
[src]

The spacing for the vertical gap.