Interface FormModalContainerField

interface FormModalContainerField {
    direction?: FormModalContainerDirection;
    items: FormModalFields;
    label?: string;
    noMargin?: boolean;
    type: "Container";
}

Properties

label?: string
noMargin?: boolean
type: "Container"

Generated using TypeDoc