Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Mar 5, 2024
1 parent 9ada4ac commit 2e950d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -49060,7 +49060,7 @@
"parameters": [
{
"name": "target",
"type": "undefined | string | string[] | HTMLElement | RefObject<HTMLElement>",
"type": "string | string[] | HTMLElement | RefObject<HTMLElement>",
"description": "Target element or if undefined will use current target."
}
],
Expand All @@ -49084,7 +49084,7 @@
"parameters": [
{
"name": "target",
"type": "undefined | string | string[] | HTMLElement | RefObject<HTMLElement>",
"type": "string | string[] | HTMLElement | RefObject<HTMLElement>",
"description": "Target element or if undefined will use current target."
}
],
Expand All @@ -49096,7 +49096,7 @@
"parameters": [
{
"name": "target",
"type": "undefined | string | string[] | HTMLElement | RefObject<HTMLElement>",
"type": "string | string[] | HTMLElement | RefObject<HTMLElement>",
"description": "Target element or if undefined will use current target."
}
],
Expand Down

0 comments on commit 2e950d4

Please sign in to comment.