diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 727c56b467..743a09dfdd 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -49060,7 +49060,7 @@ "parameters": [ { "name": "target", - "type": "undefined | string | string[] | HTMLElement | RefObject", + "type": "string | string[] | HTMLElement | RefObject", "description": "Target element or if undefined will use current target." } ], @@ -49084,7 +49084,7 @@ "parameters": [ { "name": "target", - "type": "undefined | string | string[] | HTMLElement | RefObject", + "type": "string | string[] | HTMLElement | RefObject", "description": "Target element or if undefined will use current target." } ], @@ -49096,7 +49096,7 @@ "parameters": [ { "name": "target", - "type": "undefined | string | string[] | HTMLElement | RefObject", + "type": "string | string[] | HTMLElement | RefObject", "description": "Target element or if undefined will use current target." } ],