We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7c2779 + 50ba2a8 commit 02ece5fCopy full SHA for 02ece5f
src/index.d.ts
@@ -17,6 +17,7 @@ declare module "react-checkbox-tree" {
17
uncheck?: JSX.Element;
18
halfCheck?: JSX.Element;
19
expandClose?: JSX.Element;
20
+ expandOpen?: JSX.Element;
21
expandAll?: JSX.Element;
22
collapseAll?: JSX.Element;
23
parentClose?: JSX.Element;
0 commit comments