Update API doc

pull/3943/head^2
GitHub Actions Bot 2023-08-15 16:01:01 +00:00
parent 0d391072b9
commit c263620978
1 changed files with 1 additions and 1 deletions

View File

@ -20589,7 +20589,7 @@
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>class</b>: any, // Style class of the clear icon\n \t <b>onClick</b>: (event: Event) => void, // Clear icon click function.\n }",
"type": "{\n \t <b>class</b>: any, // Style class of the clear icon\n \t <b>onClick(event: Event)</b>: void, // Clear icon click function.\n }",
"description": "clear icon slot's params."
}
],