From 746b32ed6b475e5005fd7ee75d4d92c9b17c2f93 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 22 Jan 2024 16:16:24 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 1aa2b12ef4..d8c139638e 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -20840,7 +20840,7 @@ }, { "name": "layout", - "optional": false, + "optional": true, "type": "\"grid\" | \"list\" | string & Record", "description": "Current layout." } @@ -20858,12 +20858,12 @@ }, { "name": "layout", - "optional": false, + "optional": true, "type": "\"grid\" | \"list\" | string & Record", "description": "Current layout." } ], - "returnType": "ReactNode[]", + "returnType": "undefined | ReactNode[]", "description": "Function that gets the options along with the layout mode and returns the content." }, {