Skip to content

Commit

Permalink
Refactor #4431 - for TreeSelect d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed May 30, 2023
1 parent 2aa436c commit ff9d3fc
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 @@ -41568,7 +41568,7 @@
"optional": true,
"readonly": false,
"type": "TreeSelectPassThroughType<SVGProps<SVGSVGElement> | HTMLAttributes<HTMLButtonElement>>",
"description": "uses to pass attributes to the header's DOM element."
"description": "uses to pass attributes to the close button's DOM element."
}
],
"callbacks": []
Expand Down
2 changes: 1 addition & 1 deletion components/lib/treeselect/treeselect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export interface TreeSelectPassThroughOptions {
*/
header?: TreeSelectPassThroughType<React.HTMLAttributes<HTMLDivElement>>;
/**
* uses to pass attributes to the header's DOM element.
* uses to pass attributes to the close button's DOM element.
*/
closeButton?: TreeSelectPassThroughType<React.SVGProps<SVGSVGElement> | React.HTMLAttributes<HTMLButtonElement>>;
}
Expand Down

0 comments on commit ff9d3fc

Please sign in to comment.