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 Sep 11, 2024
1 parent 8cf069f commit 14ccac1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -53061,18 +53061,11 @@
"description": "Uses to pass attributes to the toggler icon's DOM element."
},
{
"name": "checkboxContainer",
"name": "nodeCheckbox",
"optional": true,
"readonly": false,
"type": "TreePassThroughType<HTMLAttributes<HTMLDivElement>>",
"description": "Uses to pass attributes to the checkbox container's DOM element."
},
{
"name": "checkbox",
"optional": true,
"readonly": false,
"type": "TreePassThroughType<HTMLAttributes<HTMLDivElement>>",
"description": "Uses to pass attributes to the checkbox's DOM element."
"description": "Uses to pass attributes to the node checkbox's DOM element."
},
{
"name": "checkboxIcon",
Expand Down

0 comments on commit 14ccac1

Please sign in to comment.