morkro / vue-a11y-dialog

Vue.js component for a11y-dialog

Home Page:https://www.npmjs.com/package/vue-a11y-dialog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you provide types?

it-xtech-dev opened this issue · comments

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';