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
No .d.ts file in dist.
Vue compiler complains about this missing. Many plugins do support it (for typescript).
Thanks for this!
The text was updated successfully, but these errors were encountered:
Hey @mschwartz, Can you add one? I am just starting to use typescript and my knowledge is not enough to do it yet.
Sorry, something went wrong.
create d.ts file in src directory declare module 'vue-js-toggle-button' main.ts import { ToggleButton } from 'vue-js-toggle-button'
declare module 'vue-js-toggle-button'
import { ToggleButton } from 'vue-js-toggle-button'
This will support typescript
No branches or pull requests
No .d.ts file in dist.
Vue compiler complains about this missing. Many plugins do support it (for typescript).
Thanks for this!
The text was updated successfully, but these errors were encountered: