We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think there might be an issue with the typings introduced in #78
TypeScript complains to me about line 35 of index.d.ts that "An export assignment cannot be used in a module with other exported elements"
index.d.ts
See below in screenshot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think there might be an issue with the typings introduced in #78
TypeScript complains to me about line 35 of
index.d.ts
that "An export assignment cannot be used in a module with other exported elements"See below in screenshot
![Screenshot 2022-07-15 at 12 50 51 pm](https://user-images.githubusercontent.com/353993/179270653-dd53dc05-4c26-4a9b-89ca-2502b99c106e.png)
The text was updated successfully, but these errors were encountered: