Skip to content

Commit

Permalink
Built api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
null93 committed Jan 8, 2025
1 parent aa108fb commit 76050ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/toolpad/core/api/page-container.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"props": {
"breadcrumbs": {
"type": { "name": "arrayOf", "description": "Array<{ path: string, title: string }>" }
"type": { "name": "arrayOf", "description": "Array<{ path?: string, title: string }>" }
},
"slotProps": {
"type": {
"name": "shape",
"description": "{ header: { breadcrumbs?: Array<{ path: string, title: string }>, slotProps?: { toolbar: object }, slots?: { toolbar?: elementType }, title?: string } }"
"description": "{ header: { breadcrumbs?: Array<{ path?: string, title: string }>, slotProps?: { toolbar: object }, slots?: { toolbar?: elementType }, title?: string } }"
}
},
"slots": {
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/toolpad/core/api/page-header.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"props": {
"breadcrumbs": {
"type": { "name": "arrayOf", "description": "Array<{ path: string, title: string }>" }
"type": { "name": "arrayOf", "description": "Array<{ path?: string, title: string }>" }
},
"slotProps": { "type": { "name": "shape", "description": "{ toolbar: { children?: node } }" } },
"slots": {
Expand Down

0 comments on commit 76050ca

Please sign in to comment.