Skip to content

Commit 8ddab9f

Browse files
authored
fix prop interface misspelling (#427)
* gitignore * fix prop name mistake
1 parent 2208ebd commit 8ddab9f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/node_modules
55
package-lock.json
66
yarn.lock
7+
pnpm-lock.yaml

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ declare module "react-checkbox-tree" {
6161
optimisticToggle?: boolean;
6262
showExpandAll?: boolean;
6363
showNodeIcon?: boolean;
64-
showNodeTitles?: boolean;
64+
showNodeTitle?: boolean;
6565
onCheck?: (checked: Array<string>, node: OnCheckNode) => void;
6666
onClick?: (node: OnCheckNode) => void;
6767
onExpand?: (expanded: Array<string>, node: OnExpandNode) => void;

0 commit comments

Comments
 (0)