Skip to content

Commit

Permalink
fix prop interface misspelling (#427)
Browse files Browse the repository at this point in the history
* gitignore

* fix prop name mistake
  • Loading branch information
liudichen authored Jun 2, 2023
1 parent 2208ebd commit 8ddab9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/node_modules
package-lock.json
yarn.lock
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ declare module "react-checkbox-tree" {
optimisticToggle?: boolean;
showExpandAll?: boolean;
showNodeIcon?: boolean;
showNodeTitles?: boolean;
showNodeTitle?: boolean;
onCheck?: (checked: Array<string>, node: OnCheckNode) => void;
onClick?: (node: OnCheckNode) => void;
onExpand?: (expanded: Array<string>, node: OnExpandNode) => void;
Expand Down

0 comments on commit 8ddab9f

Please sign in to comment.