`openLoginPage` not part of types declaration
ba32107 opened this issue · 1 comments
ba32107 commented
Describe the bug
Not a real bug, but the openLoginPage
function is not among the typescript declarations.
To Reproduce
Steps to reproduce the behavior:
- Create a typescript project
- Attempt to use the function
- Observe error
Expected behavior
Typescript declarations contain the function
Additional context
I would open a PR to fix, but not sure if any other change is needed!