We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2208ebd commit 8ddab9fCopy full SHA for 8ddab9f
.gitignore
@@ -4,3 +4,4 @@
4
/node_modules
5
package-lock.json
6
yarn.lock
7
+pnpm-lock.yaml
src/index.d.ts
@@ -61,7 +61,7 @@ declare module "react-checkbox-tree" {
61
optimisticToggle?: boolean;
62
showExpandAll?: boolean;
63
showNodeIcon?: boolean;
64
- showNodeTitles?: boolean;
+ showNodeTitle?: boolean;
65
onCheck?: (checked: Array<string>, node: OnCheckNode) => void;
66
onClick?: (node: OnCheckNode) => void;
67
onExpand?: (expanded: Array<string>, node: OnExpandNode) => void;
0 commit comments