GroupState
GroupState:
object
Type declaration
count
count:
number
The number of children rendered
orientation
orientation:
Orientation
reverse
reverse:
boolean
Whether to flip the order of the children, visually
type
type:
string
This is based off of the children types
Possible values: Empty, Mixed, {component type}
Example
If all children are <Button />, then "type" will be `Button`