Skip to content

Commit 2cd3a19

Browse files
committed
Add back in expandOpen to TypeScript declaration
This was accidentally removed when I forced a push to resolve a different issue.
1 parent 66d4355 commit 2cd3a19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ declare module "react-checkbox-tree" {
1616
check?: JSX.Element;
1717
uncheck?: JSX.Element;
1818
halfCheck?: JSX.Element;
19+
expandOpen?: JSX.Element;
1920
expandClose?: JSX.Element;
2021
expandAll?: JSX.Element;
2122
collapseAll?: JSX.Element;

0 commit comments

Comments
 (0)