You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you provide typescript types for this component?
When importing in typescript file I get:
Could not find a declaration file for module 'vue-a11y-dialog'. '.../node_modules/vue-a11y-dialog/dist/vue-a11y-dialog.umd.js' implicitly has an 'any' type.
Try npm i --save-dev @types/vue-a11y-dialog if it exists or add a new declaration (.d.ts) file containing declare module 'vue-a11y-dialog';
The text was updated successfully, but these errors were encountered:
Can you provide typescript types for this component?
When importing in typescript file I get:
Could not find a declaration file for module 'vue-a11y-dialog'. '.../node_modules/vue-a11y-dialog/dist/vue-a11y-dialog.umd.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/vue-a11y-dialog
if it exists or add a new declaration (.d.ts) file containingdeclare module 'vue-a11y-dialog';
The text was updated successfully, but these errors were encountered: