From c7ed9a678f5dbd7dbd049473823bdebbc830ac1b Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 25 Jul 2024 19:53:54 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 9ff4e7d017..f99821b110 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -3574,7 +3574,7 @@ { "name": "getInput", "parameters": [], - "returnType": "HTMLInputElement", + "returnType": "ForwardRefExoticComponent>", "description": "Used to get input element." }, { @@ -4437,7 +4437,7 @@ "name": "input", "optional": true, "readonly": false, - "type": "AutoCompletePassThroughType>", + "type": "InputTextPassThroughOptions", "description": "Uses to pass attributes to the input's DOM element." }, {