Skip to content

Commit 02ece5f

Browse files
authored
Merge pull request #113 from thespooler/master
Add expandOpen to TS declarations
2 parents e7c2779 + 50ba2a8 commit 02ece5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ declare module "react-checkbox-tree" {
1717
uncheck?: JSX.Element;
1818
halfCheck?: JSX.Element;
1919
expandClose?: JSX.Element;
20+
expandOpen?: JSX.Element;
2021
expandAll?: JSX.Element;
2122
collapseAll?: JSX.Element;
2223
parentClose?: JSX.Element;

0 commit comments

Comments
 (0)