Skip to content

Commit

Permalink
run proptypes and docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jun 27, 2024
1 parent 146f943 commit e66f40d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/pages/material-ui/api/pigment-grid.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"description": "Array&lt;number<br>&#124;&nbsp;string&gt;<br>&#124;&nbsp;number<br>&#124;&nbsp;object<br>&#124;&nbsp;string"
}
},
"component": { "type": { "name": "elementType" } },
"container": { "type": { "name": "bool" }, "default": "false" },
"direction": {
"type": {
Expand Down
3 changes: 0 additions & 3 deletions docs/translations/api-docs/pigment-grid/pigment-grid.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"columnSpacing": {
"description": "Defines the horizontal space between the type <code>item</code> components. It overrides the value of the <code>spacing</code> prop."
},
"component": {
"description": "The component used for the root node. Either a string to use a HTML element or a component."
},
"container": {
"description": "If <code>true</code>, the component will have the flex <em>container</em> behavior. You should be wrapping <em>items</em> with a <em>container</em>."
},
Expand Down
5 changes: 0 additions & 5 deletions packages/mui-material/src/PigmentGrid/PigmentGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,6 @@ PigmentGrid.propTypes /* remove-proptypes */ = {
PropTypes.object,
PropTypes.string,
]),
/**
* The component used for the root node.
* Either a string to use a HTML element or a component.
*/
component: PropTypes.elementType,
/**
* If `true`, the component will have the flex *container* behavior.
* You should be wrapping *items* with a *container*.
Expand Down

0 comments on commit e66f40d

Please sign in to comment.