Props for the GroupItem.

interface IProps {
    children: Element[];
    spacing: number;
}

Properties

Properties

children: Element[]

The items to arrange in a group.

spacing: number

The spacing, in px, between the items in the group.