Skip to content

Commit

Permalink
fix: update checkboxElement type from HTMLElement to JSX.Element in A…
Browse files Browse the repository at this point in the history
…PI documentation (#7623)
  • Loading branch information
alefduarte authored Jan 18, 2025
1 parent 5876853 commit bccc654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -37358,7 +37358,7 @@
"name": "checkboxElement",
"optional": false,
"readonly": false,
"type": "HTMLElement",
"type": "Element",
"description": "The checkbox element for selecting items."
},
{
Expand Down
2 changes: 1 addition & 1 deletion components/lib/multiselect/multiselect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ interface MultiSelectPanelHeaderTemplateEvent {
/**
* The checkbox element for selecting items.
*/
checkboxElement: HTMLElement;
checkboxElement: JSX.Element;
/**
* Whether the checkbox is checked.
*/
Expand Down

0 comments on commit bccc654

Please sign in to comment.