Skip to content

Commit ac3562d

Browse files
committed
Update definitions
1 parent 5533348 commit ac3562d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ declare module "react-checkbox-tree" {
3535

3636
interface Language {
3737
collapseAll: string;
38+
collapseNode: string;
3839
expandAll: string;
39-
toggle: string;
40+
expandNode: string;
4041
}
4142

4243
interface CheckboxProps {

0 commit comments

Comments
 (0)