It seems like this library is not working with a Vue 3 Typescript setup at all. There are some types missing like createAuthuseAuth and configuration objects.
I tried to supplement the types myself but I'm lacking a bit of knowledge on how to write declarations for libraries.
I've created a PR with some missing types. Its really basic though but the current types are full of any anyways. I'm not sure how to declare types for the drivers. Maybe someone else has a clue?
It seems like this library is not working with a Vue 3 Typescript setup at all. There are some types missing like
createAuth
useAuth
and configuration objects.I tried to supplement the types myself but I'm lacking a bit of knowledge on how to write declarations for libraries.