interface ContactFormItemGroup {
    compact?: boolean;
    concatValue?: boolean;
    gap?: ResponsiveValue<Gap<Length>>;
    items: ContactFormItem[];
    split?: ReactNode;
    type: "group";
}

Hierarchy

Properties

compact?: boolean
concatValue?: boolean
gap?: ResponsiveValue<Gap<Length>>
split?: ReactNode
type: "group"

Generated using TypeDoc