{
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"columns": { "description": "The number of columns." },
"columnSpacing": {
"description": "Defines the horizontal space between the type item components. It overrides the value of the spacing prop."
},
"container": {
"description": "If true, the component will have the flex container behavior. You should be wrapping items with a container."
},
"direction": {
"description": "Defines the flex-direction style property. It is applied for all screen sizes."
},
"offset": { "description": "Defines the offset of the grid." },
"rowSpacing": {
"description": "Defines the vertical space between the type item components. It overrides the value of the spacing prop."
},
"size": { "description": "Defines the column size of the grid." },
"spacing": {
"description": "Defines the space between the type item components. It can only be used on a type container component."
},
"wrap": {
"description": "Defines the flex-wrap style property. It's applied for all screen sizes."
}
},
"classDescriptions": {}
}