From d8c7f7d9c08794c951e32ab74f558450fcb16cd9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 12 Apr 2024 15:28:07 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 671bfa6758..ff90bc2112 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -25697,6 +25697,14 @@ "props": { "description": "Defines valid properties in FloatLabel component.", "values": [ + { + "name": "children", + "optional": true, + "readonly": true, + "type": "ReactNode", + "default": "", + "description": "Used to get the child elements of the component." + }, { "name": "pt", "optional": true,