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 Sep 3, 2024
1 parent b98c996 commit f398e9f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -21285,16 +21285,17 @@
{
"name": "items",
"optional": false,
"type": "any[]"
"type": "any[]",
"description": "Array of items to be rendered."
},
{
"name": "layout",
"optional": true,
"type": "\"grid\" | \"list\" | string & Record<string, unknown>",
"description": "Current layout."
"description": "Current layout mode."
}
],
"returnType": "undefined | ReactNode[]",
"returnType": "ReactNode | ReactNode[]",
"description": "Function that gets the options along with the layout mode and returns the content."
},
{
Expand Down

0 comments on commit f398e9f

Please sign in to comment.