Skip to content

Commit

Permalink
Update API json files
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah committed May 27, 2024
1 parent 0a9a789 commit 6ac6530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/material-ui/api/list-item-secondary-action.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"filename": "/packages/mui-material/src/ListItemSecondaryAction/ListItemSecondaryAction.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-list/\">Lists</a></li></ul>",
"cssComponent": false
"cssComponent": false,
"deprecated": true
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"componentDescription": "Must be used as the last child of ListItem to function properly.",
"deprecationInfo": "Use the <code>secondaryAction</code> prop in the <code>ListItem</code> component instead. This component will be removed in v7. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details.",
"propDescriptions": {
"children": {
"description": "The content of the component, normally an <code>IconButton</code> or selection control."
Expand Down

0 comments on commit 6ac6530

Please sign in to comment.