Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tree): exclude the correct type from interface argument
- at some point in time the `exclude` got split and renamed into 2 new types to better identify if it's collapsed or expanded, so the 2 types are: `toggle-expand` and `toggle-collapse` but it seems that TypeScript is not able to identify when the type to exclude is valid or not.
- Loading branch information