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 279e093 commit 28be996Copy full SHA for 28be996
src/index.d.ts
@@ -42,6 +42,7 @@ declare module "react-checkbox-tree" {
42
expandDisabled?: boolean;
43
expandOnClick?: boolean;
44
icons?: Icons;
45
+ id?: string;
46
lang?: Language;
47
name?: string;
48
nameAsArray?: boolean;
@@ -51,7 +52,7 @@ declare module "react-checkbox-tree" {
51
52
optimisticToggle?: boolean;
53
showExpandAll?: boolean;
54
showNodeIcon?: boolean;
- showNodeTitles?: boolean;
55
+ showNodeTitle?: boolean;
56
onClick?: (event: { checked: boolean, value: any }) => void;
57
}
58
0 commit comments