From f398e9fa8aa39c52acbe89b3af2ab04cb784d8c0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 3 Sep 2024 11:50:06 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 294b481277..889ba650a8 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -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", - "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." }, {