Library version
v2.0.0-alpha.3
The /enums sub-module (and the rest) don't seem to ship with type declarations, so TypeScript complains when you try to import from them:
It seems that it was resolved in this commit d6d8ac7.
However, types were added for other submodules, but not enums.
Could you add types for enums as well?
Library version
v2.0.0-alpha.3
The /enums sub-module (and the rest) don't seem to ship with type declarations, so TypeScript complains when you try to import from them:
It seems that it was resolved in this commit d6d8ac7.
However, types were added for other submodules, but not enums.
Could you add types for enums as well?