Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 22, 2024
1 parent c111db4 commit 746b32e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -20840,7 +20840,7 @@
},
{
"name": "layout",
"optional": false,
"optional": true,
"type": "\"grid\" | \"list\" | string & Record<string, unknown>",
"description": "Current layout."
}
Expand All @@ -20858,12 +20858,12 @@
},
{
"name": "layout",
"optional": false,
"optional": true,
"type": "\"grid\" | \"list\" | string & Record<string, unknown>",
"description": "Current layout."
}
],
"returnType": "ReactNode[]",
"returnType": "undefined | ReactNode[]",
"description": "Function that gets the options along with the layout mode and returns the content."
},
{
Expand Down

0 comments on commit 746b32e

Please sign in to comment.