Skip to content

Commit

Permalink
Add comment suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdperez86 committed Mar 1, 2023
1 parent d557e7c commit ded2caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: minor
Type: dev

Add hightlighter to the tree control
Add highlighter to the tree control
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type BaseTreeProps = {
*/
onRemove?( value: Item | Item[] ): void;
/**
* It gives a way to determine whether the current rendering
* It provides a way to determine whether the current rendering
* item is highlighted or not from outside the tree.
*
* @example
Expand Down

0 comments on commit ded2caf

Please sign in to comment.