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." }, {