From 2e950d4b592c7dd8e27d570a1c47c642be5ae9ce Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 5 Mar 2024 14:14:11 +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 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." } ],